Tagged: cookie message
-
AuthorPosts
-
January 21, 2021 at 10:15 am #1274309
Hello, How can I change the background of the cookies message from black to white? Can you help me with the css code for that, adding to
(I had already found how to change the button colours, see reply #1274094:)
#top .avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn,
#top .avia-popup .avia-cookie-consent-button.av-extra-cookie-btn {
background-color: #816ccf;
color: #fff;
border-color: #816ccf;
}
#top #wrap_all .header_color #menu-item-1628.av-menu-button-colored > a .avia-menu-text,
#top #wrap_all .header_color #menu-item-1627.av-menu-button-colored > a .avia-menu-text {
background-color: #98d513;
color: #f8f8f8;
border-color: #98d513;
}
.html_elegant-blog #top .avia-content-slider .blog-categories {
display: none;
}Thanks a lot, Jolanda
- This topic was modified 3 years, 9 months ago by jgooiker.
January 21, 2021 at 4:43 pm #1274444Hey jgooiker,
Please share credentials, we can only see the maintenance page.
Best regards,
VictoriaJanuary 21, 2021 at 4:51 pm #1274450This reply has been marked as private.January 21, 2021 at 5:55 pm #1274477Hi Jolanda,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-cookie-consent { background-color: #fff; color: #444; } .avia-cookie-consent a.avia_cookie_infolink, .avia-cookie-consent p, .avia-cookie-consent .avia-cookie-consent-button { color: #444; }
If you need further assistance please let us know.
Best regards,
VictoriaJanuary 21, 2021 at 6:01 pm #1274482Hello, thanks for the code you e-mailed, it doesn’t seem to work. I’ve tried with and without the previously added stylesheets…
Can you have another look pls?January 22, 2021 at 6:21 am #1274624Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan ShannonJanuary 25, 2021 at 11:08 am #1275214Hi, entered the code via theme>enfold>customizer>extra css and works fine now. Thnx
January 25, 2021 at 11:44 am #1275225Hi jgooiker,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.