Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1274662

    Hello,

    the styling of the cookie modal window is missing. It stretches over the whole width, has no margins, no gap between buttons, no rounded corners…

    That’s different to our other installations where it all looks fine. Please see link in private content.

    How can this be solved?

    Edit: decompressing css got the styling of modal window back. Furthermore i want to hide the cookiemessage on bottom. Following Quick CSS which is working on my other websites is not working here:

    .avia-cookie-consent.avia-cookiemessage-bottom{
    display:none!important;
    }

    Kind regards
    Daniel

    • This topic was modified 3 years, 10 months ago by Daniel.
    #1274819

    Hey Daniel,

    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-wrap {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1274830

    Hey Victoria,

    great support, that worked! Topic can be closed.

    Have a nice weekend!

    Kind regards
    Daniel

    #1274916

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Cookie modal window styling missing, hide cookiemessage on bottom’ is closed to new replies.