Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1201023

    Hi,
    I’d like to make the cookie message div a bit see through, so I tried to add

    .avia-cookie-consent  {
    opacity: 0.6;
    }

    to the quick css. As this didn’t work, I tried adding it to the custom.css file, but that neither helped. If I inspect the website, the css changes are loaded, but not being used, even adding !important doesn’t let me overwrite the defaults. Am I missing something or using a wrong selector?

    #1201055

    Hey lmsnet,
    This is correct, I tested this css:

    @media only screen and (min-width: 768px) {
    .avia-cookie-consent {
        opacity: 0.2 !important;
    }
    }

    and it works on the cookie consent div bar, I could also see your opacity: 0.6 !important; working, so please clear your browser cache and check again.

    Best regards,
    Mike

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