Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1397836

    hi, is it possible to make the text in the cookie bar black, or #b45d15?

    i got this code , thanks to mike,

    /*cookie bar*/
    #top .avia-cookie-consent {
        background-color: #7bcbd7;
        color: #b45d15;
    }

    but the text stays white, it does not change to #b45d15;

    best regards , jelle

    #1397845

    Hi jeel147,

    I tried to check your site and it seems to be using the correct color, please see the screenshot:

    Best regards,
    Nikko

    #1397864

    Hi Nikko,
    yes im sorry its about the last word “Instellingen”…
    can i change that one as well?

    #1397923

    Hi,

    Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 5.4.1 and then go to Enfold theme options > Advanced Styling and edit “Cookie Consent Link and Info Button”.

    If you would like to use custom CSS instead, please add following code to Quick CSS

    
    #top .avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn {
      color: #b45d15;
      background-color: orange;
      border-color: green;
    }
    

    Best regards,
    Yigit

    #1397933

    Hi Yigit, brilliant, thanks!
    you can close this one as far as im concerned
    best regards, jelle

    #1397936

    Hi,

    You are welcome, Jelle.

    Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘cookie bar text color’ is closed to new replies.