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

    Hello, How can I change the background of the cookies message from black to white? Can you help me with the css code for that, adding to

    (I had already found how to change the button colours, see reply #1274094:)

    #top .avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn,
    #top .avia-popup .avia-cookie-consent-button.av-extra-cookie-btn {
    background-color: #816ccf;
    color: #fff;
    border-color: #816ccf;
    }
    #top #wrap_all .header_color #menu-item-1628.av-menu-button-colored > a .avia-menu-text,
    #top #wrap_all .header_color #menu-item-1627.av-menu-button-colored > a .avia-menu-text {
    background-color: #98d513;
    color: #f8f8f8;
    border-color: #98d513;
    }
    .html_elegant-blog #top .avia-content-slider .blog-categories {
    display: none;
    }

    Thanks a lot, Jolanda

    • This topic was modified 3 years, 9 months ago by jgooiker.
    #1274444

    Hey jgooiker,

    Please share credentials, we can only see the maintenance page.

    Best regards,
    Victoria

    #1274450
    This reply has been marked as private.
    #1274477

    Hi Jolanda,

    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 {
        background-color: #fff;
         color: #444;
    }
    .avia-cookie-consent a.avia_cookie_infolink,
     .avia-cookie-consent p, 
     .avia-cookie-consent .avia-cookie-consent-button {
       color: #444;
     }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1274482

    Hello, thanks for the code you e-mailed, it doesn’t seem to work. I’ve tried with and without the previously added stylesheets…
    Can you have another look pls?

    #1274624

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1275214

    Hi, entered the code via theme>enfold>customizer>extra css and works fine now. Thnx

    #1275225

    Hi jgooiker,

    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.