Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1162173

    Hello,
    can you tell me where i can change the font color of the one button in the cookie banner which is automatically pink?
    nicht akzeptieren
    By enfold advanced styling i couldn`t find anything.

    many regards
    Rixi

    #1162306

    Hey rixi,

    If it’s just one button you would need to use css to target it. Add this to quick css:

    .button-2.av-extra-cookie-btn{
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

    #1162322
    This reply has been marked as private.
    #1162351

    Hi,

    Add it to the very top of quick css so it runs first. Also, clear the cache a few times over

    Best regards,
    Jordan Shannon

    #1162365

    Hi Jordan,
    i emptied the cache and put the code at the top, but it seens that the Button loves pink!
    It is still there….
    hm…

    many regards
    rixi

    #1162400

    Hi,

    Apologies, I’ve updated the CSS and this should work instead:

    .avia-cookie-consent-button-2.av-extra-cookie-btn{
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

    #1162479

    Hi Jordan,
    perfect, that works :)

    thanks a lot!

    Many regards,
    Rixi

    #1162658

    Hi Rixi,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.