Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1374012

    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.

    #1374041

    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

    #1374053

    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.

    #1374054

    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.

    #1374056

    Hi,
    Thanks for the login, I added the css to the WordPress ▸ Customize ▸ Additional CSS field to bypass your siteground caching, it is now working, please clear your browser cache and check.
    2022-11-27_006.jpeg

    Best regards,
    Mike

    #1374075

    thank you so much that’s really great

    #1374076

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Cookie bar, button and text formatting’ is closed to new replies.