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?
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
