Hey there,
I would like to change the consent-bar on my page einfachrosa.de to:
– decrease the height of the bar
– smaller buttons with white outline and the same color like the bar
– text in bar and buttons in white
A would be very happy if some can help me.
Thx.
Yascha
Hey Yascha,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-cookie-consent .avia-cookie-consent-button {
background-color: transparent;
border: 1px solid #fff;
padding: 0.3em;
color: #fff;
}
.avia_cookie_text {
color: #fff;
}
Best regards,
Rikard
Hi Rikard,
thanks, that worked with the important! extension in each line. Do you have a hint how I can reduce the size of the text in the buttons?
kind regards,
Yascha
Hi Yascha,
Go to Enfold > Advanced Styling > (Select an element to customize) set to: Cookie Consent Link and Info Button, then click the Edit Element and set the font size.
Do this as well on Cookie Consent Dismiss Button.
Hope it helps.
Best regards,
Nikko