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

    Hello, I would like to make the buttons smaller and change the font color on the cookie consent message bar. I have adjusted the Button Font Color and the Font Size for the Cookie Consent Link and Info Button, Cookie Consent Dismiss Button, and Cookie Consent Message Bar in Advanced Settings. However, it is not changing anything. Thanks for your help!

    Mary

    #1164260

    Hey Mary,

    Add this to quick css:

    .avia-cookie-consent a.avia-button{
    font-size:10px!important;
    }

    Best regards,
    Jordan Shannon

    #1164283

    This did not work :( it made the formatting very strange and added the popup as part of the page at the bottom.

    #1164539

    Hi Mary,

    https://cl.ly/6e4b178b0aac Here is what I am seeing. What do you need it to look like? The code Jordan gave you could not have added the popup as part of the page at the bottom, it must have been there already.

    Best regards,
    Victoria

    #1164703

    You are correct! I think I had other code that was doing something funky. My last question is how to change the button font color from pink to a color that matches my site.
    Thanks!

    #1164706

    Hi,

    Add this to quick css:

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

    Best regards,
    Jordan Shannon

    #1164914

    Thank you!

    #1164947

    Hi Mary,

    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.