Home › Forums › Support › Widget Support › Cookie Policy Popup Free › Change OK button colour
- AuthorPosts
Anonymous
December 31, 2016 at 3:27 pmPost count: 21#12687 |Hi love the widget, can you add the function to change the OK-button colour?
#12751 |Hello! Happy New Year 🙂
We will check it!
Kind regards.#12776 |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)Anonymous
December 31, 2016 at 3:27 pmPost count: 1#13574 |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 |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!
Anonymous
December 31, 2016 at 3:27 pmPost count: 21#15195 |Hi,
It works perfectly
#15197 |Great!
- AuthorPosts
You must be logged in to reply to this topic.