Privacy and Cookie Policy popup

DenmarDenmar Registered Users Posts: 3 Big grins
Hello. I've been using some code to block the Privacy and Cookie Policy pop-up and it's worked fine, but as of a few days ago, the box has appeared again. Is anyone else experiencing this issue? Thanks

Comments

  • tomnovytomnovy Registered Users Posts: 1,101 SmugMug Employee

    Yes, the new cookie window has been revamped - it now uses different classes.

    SmugMug Support Hero | Customizer | My SmugMug site - http://www.photom.me | Customization Portal - https://portal.photom.me
  • DenmarDenmar Registered Users Posts: 3 Big grins
    Ok. Thanks. Any idea as to how I adjust the css cod to hide it? Thanks Denmar
  • James LyallJames Lyall Registered Users Posts: 202 Major grins
    edited March 25, 2020

    Try:
    /* To stop showing cookie banner */
    .sm-cookie-consent {
    display: none;
    }

  • James LyallJames Lyall Registered Users Posts: 202 Major grins

    There has been no response to my above posting.
    Can anyone confirm that the suggested code is correct?

  • tomnovytomnovy Registered Users Posts: 1,101 SmugMug Employee
    edited April 8, 2020

    James. You could just add the code to your website and test it if it works or not. We do not recommend removing the Cookie banner, because that would make your website not GDPR compliant.

    SmugMug Support Hero | Customizer | My SmugMug site - http://www.photom.me | Customization Portal - https://portal.photom.me
  • DenmarDenmar Registered Users Posts: 3 Big grins
    Hi James, sorry for the delay.. yes, it worked perfectly! thanks for your help! All the best, Denmar..
  • ShinryaShinrya Registered Users Posts: 197 Major grins

    Quick question for Tom if hopefully he see's this.

    I noticed the small changes to the banner appearance, was wandering if you knew how to change the colors of the links from "Smugmug" green to a color of our choice> :)

Sign In or Register to comment.