Site logo

Archived topic

Not seeing cookie notice at bottom of pages

5 replies · Started by Joe on August 12, 2021

Viewing posts 1–6 of 6

Hi, I have the Cookie Notice & Compliance for GDPR / CCPA plugin on my site but I can't see the cookie notice at bottom of pages where they should be. I'm using GeneratePress Child theme. It works OK on my other sites using the same settings but with a different theme. Could you please advise best way to have this show up on my pages? Regards Joe.

Hi there,

Can you link us to a sample page in question? So we can inspect and gather clues as to why it's not showing up.

You can use the private information text field to provide the details. :D

Is this what you're pertaining to? https://share.getcloudapp.com/P8uGlr9D

I can see it on my end. But I don't see it again once I've clicked OK or the close button. (but that's just how cookie notices work)

Yes Elvin, thats it. I have gone into a private window and got it to show. Thanks. Is there a way to make the text a little bit bigger. Is there somewhere in the theme customise area where I can do this?

I'm not exactly sure if the cookie plugin you use has a UI to set the font size.

If there is, then that's the best way to do resize the font.

If there's none, try this CSS:

span#cn-notice-text {
    font-size: 20px;
}

For the button text, try this:

a#cn-accept-cookie {
    font-size: 20px;
}
This archived topic is closed to new replies.