-
AuthorPosts
-
February 10, 2023 at 10:42 am #1397423
hello, the cookie setting on my site are a bit blurred
https://jetcrone.nl/wp-content/uploads/2023/02/instellingen.jpg
can i change this somehow?best regards, jelle vanhijfte
ive managed now to change the color of some of the text, via quick css code
.toggle-label-content {color: #b45d15!important;}
but some does not seem to work
.tab_inner_content invers-color {color: #b45d15!important;} .tab_titles {color: #b45d15!important;}
so some settings are still not readable.
https://jetcrone.nl/wp-content/uploads/2023/02/blur3.jpgso:
how to change those extra settings? ( https://jetcrone.nl/wp-content/uploads/2023/02/blur3.jpg )
and how to change the background color of the whole div? for example into some light yellow- This topic was modified 1 year, 9 months ago by jeel147.
- This topic was modified 1 year, 9 months ago by jeel147.
- This topic was modified 1 year, 9 months ago by jeel147.
- This topic was modified 1 year, 9 months ago by jeel147.
- This topic was modified 1 year, 9 months ago by jeel147.
- This topic was modified 1 year, 9 months ago by jeel147.
- This topic was modified 1 year, 9 months ago by jeel147.
- This topic was modified 1 year, 9 months ago by jeel147.
- This topic was modified 1 year, 9 months ago by jeel147.
- This topic was modified 1 year, 9 months ago by jeel147.
- This topic was modified 1 year, 9 months ago by jeel147.
- This topic was modified 1 year, 9 months ago by jeel147.
- This topic was modified 1 year, 9 months ago by jeel147.
- This topic was modified 1 year, 9 months ago by jeel147.
February 10, 2023 at 6:08 pm #1397492Hey jeel147,
Thanks for your question, this font color is set in your Enfold Theme Options ▸ General Styling ▸ Main Content ▸ Main Content font color which is set to #ebebeb which affects many parts of your site, but if you only want to change the font color on your cookie popup you can use this css:#top #av-consent-extra-info.main_color .template-archives .tabcontainer a, #top #av-consent-extra-info.main_color .tabcontainer .tab:hover, #top #av-consent-extra-info.main_color .tabcontainer .tab.active_tab, #top #av-consent-extra-info.main_color .tabcontainer .tab, #top #av-consent-extra-info.main_color div .sidebar_active_tab, #top #av-consent-extra-info.main_color .tabcontainer.noborder_tabs .active_tab_content, #top #av-consent-extra-info.main_color .tabcontainer.noborder_tabs .active_tab, #top #av-consent-extra-info.main_color .tab_content strong, #top #av-consent-extra-info.main_color h3, #top #av-consent-extra-info.main_color a { color: #b45d15; }
If you want the background color yellow try this css:
#top #av-consent-extra-info.main_color, #top #av-consent-extra-info.main_color div .sidebar_active_tab, #top #av-consent-extra-info.main_color .tabcontainer.noborder_tabs .active_tab_content, #top #av-consent-extra-info.main_color .tabcontainer.noborder_tabs .active_tab { background-color: yellow; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeFebruary 11, 2023 at 10:38 am #1397539Worked great mike!
thanks, you may close this ticket
best regards, jelleFebruary 11, 2023 at 12:46 pm #1397549Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘cookie settings blurred’ is closed to new replies.