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

    Hello, how can i change the background color of the cookie bar, as well as the font color?
    best regards, jelle vanhijfte

    #1397590

    Hey jeel147,
    You can change the cookie bar background color and font color with this css:

    .avia-cookie-consent {
        background-color: rgb(184 201 44 / 85%);
        color: rgb(128 38 159 / 90%);
    }

    please adjust the colors to suit.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1397632

    Hi, thanks Mike
    unfortunately it does not seem to do anything

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

    still a dark background….(ive cleaned the cache)
    https://jetcrone.nl/wp-content/uploads/2023/02/cookiebar.jpg

    ….

    best regards, jelle

    #1397634

    Hi,
    Thanks for the feedback, I adjusted your css to this:

    #top .avia-cookie-consent {
        background-color: #e0e7e8;
        color: #b45d15;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    #1397656

    hey MIke, now its working fine!
    Thanks a lot!
    you can close this ticket now, if you want.
    best regards, Jelle

    #1397662

    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘cookie bar background color’ is closed to new replies.