Hi there,
1. How do I decrease the height of the buttons on the bar?
2. I have set the text colour for the “Cookie Consent Extra Button” to the same colour as the bar background. Bizarrely, this setting also changes the colour of the “Settings” text to the right of the “Hide notification only” button, which makes the text invisible. The text “Settings” should be in a light colour so it is visible on the dark bar.
Hey Christopher,
Thank you for the link to your site, you can change the height of the buttons by changing the padding, try this css to reduce it some:
.avia-cookie-consent .avia-cookie-consent-button, .avia-popup .avia-cookie-consent-button {
padding: 0.5em;
}
to change the “settings” text code, try this css:
div.avia-cookie-consent .avia-cookie-consent-button.avia-cookie-info-btn {
color: #fff;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Mike,
I applied both code snippets, but neither resulted in any change even after clearing the cache.
I have inc login details in case you need.
One other thing, when I view it on a mobile, the two cookie buttons appear stacked on top of each other with no space between them. This might be fixed if I can make the height less, but I guess I will have to wait and see.
thank you so much that’s really great
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike