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

    Hello

    I am using the Cookie Consent Message Bar on every page of my site and I was trying to color it blue fill with white text like the other button on the same page is and on the other pages, the blur for the background color needs to be #2d80f7 and text white if possible. I tried to modify the advanced styling options but wasn’t seeing any changes after I cleared the cache. How can we custom code this?

    Thanks so much
    Brian

    #1190160

    Hey schwabino,

    Could you please attach a mockup of what you’re trying to achieve?

    You can style that using these elements in the Advanced Styling.
    Image 2020-03-04 at 18.58.16.png

    I do not see any custom css. Did you remove it?
    Best regards,
    Victoria

    #1190214
    This reply has been marked as private.
    #1190231

    Hi schwabino,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn, 
    .avia-popup .avia-cookie-consent-button.av-extra-cookie-btn {
        color: #fff;
        background-color: #2d80f7;
        border-color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1190251
    This reply has been marked as private.
    #1190834

    Hi Brian,

    I added the code to the Quick css on your end. Please check.
    Image 2020-03-06 at 11.53.35.png

    Best regards,
    Victoria

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