Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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.jpg

    so:
    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.
    #1397492

    Hey 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,
    Mike

    #1397539

    Worked great mike!
    thanks, you may close this ticket
    best regards, jelle

    #1397549

    Hi,
    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘cookie settings blurred’ is closed to new replies.