Home Forums Support Widget Support Cookie Policy Popup Free Change OK button colour

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #12687
    Anonymous
    Inactive

    Hi love the widget, can you add the function to change the OK-button colour?

    #12751
    responsive-muse
    Keymaster

    Hello! Happy New Year 🙂
    We will check it!
    Kind regards.

    #12776
    responsive-muse
    Keymaster

    Hello again.

    We have been checking it. Probably in future updates we will add a new color selector, while now, please try this to change cookie popup button color.

    Add this code in Muse and change HEX number codes to your custom ones.

    #popup-cookie-contenedor a.close {
        background: #0d9bbb!important;
        border: 4px solid #00ffff!important;
    }

    You can use custom CSS by either using Object -> Insert HTML or putting it in the tag by going to the Metadata tab of Page Properties (Page -> Page Properties)

    #13574
    Anonymous
    Inactive

    Hi, Thanks to work on this. I tried your CSS trick, but it’s not working at all. Unless on the last Chrome. Do you have a better solution to change the color of the OK button ? I want to change the round corners too to square corners. It’ll better fit in my website’s graphic chart. Thanks again.

    #13586
    responsive-muse
    Keymaster

    Please, try same code but with style tags, like this:

    <style>
    #popup-cookie-contenedor a.close {
        background: #0d9bbb!important;
        border: 4px solid #00ffff!important;
    }
    </style>

    Tell us if it works!

    #15195
    Anonymous
    Inactive

    Hi,

    It works perfectly

    #15197
    responsive-muse
    Keymaster

    Great!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Scroll to Top