Customize cookiebanner
-
Hello! I would like to customize the cookie banner: font size, background color and the color of the button. Could you please provide me with css to do this?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
I tried to check your site, but I guess it is private, so, not able to access it. Also, I am not sure what cookie banner are you referring to.
If I could check your site, then I may be able to help you.Thanks.
Sanjip S. -
-
Please add this to your custom CSS option.
#eu-cookie-law.negative { background-color: #000; color: #fff; font-size: 18px; }
Similarly, for button:
#eu-cookie-law.negative input { background: #282828; border-color: #535353; color: #fff; }
For button hover:
#eu-cookie-law.negative input:hover { background: #282828; border-color: #535353; color: #fff; }
You can change the color code and font size to your liking.
Hope this helps.
Thanks.
Sanjip S. -
-
- The topic ‘Customize cookiebanner’ is closed to new replies.