Tagged: cookies
Hallo zusammen,
gibt es eine Möglichkeit nur das Modale PopUp-Fenster anzeigen zu lassen?
Sobald man die Cookie-Zustimmungs-Nachricht aktiviert wird das Modale PopUp-Fenster UND die Cookie-Zustimmung-Nachrichtenleiste angezeigt.
Lässt sich dies getrennt von einander aktivieren? Leider wurde ich in den Einstellungen nicht fündig.
Die Cookie-Zustimmung-Nachrichtenleiste wird nicht benötigt.
Vielen Dank vorab.
Hey SikoraEDV,
Thank you for the inquiry.
There is no option for it out of the box but you can use the following css code to completely hide the cookie consent message bar. Add it in the Quick CSS field or in the child theme’s style.css file.
.avia-cookie-consent-wrap {
display: none;
}
You may need to toggle the file compression settings and purge the cache afterwards.
Best regards,
Ismael