Home › Forums › Support › Widget Support › Cookie Policy Popup Free › Change OK button colour
- This topic has 6 replies, 3 voices, and was last updated 7 years, 8 months ago by responsive-muse.
- AuthorPosts
- December 31, 2016 at 3:27 pm #12687AnonymousInactive
Hi love the widget, can you add the function to change the OK-button colour?
January 2, 2017 at 10:14 pm #12751responsive-museKeymasterHello! Happy New Year 🙂
We will check it!
Kind regards.January 3, 2017 at 6:30 pm #12776responsive-museKeymasterHello 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)January 17, 2017 at 2:31 pm #13574AnonymousInactiveHi, 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.
January 17, 2017 at 5:50 pm #13586responsive-museKeymasterPlease, 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!
February 16, 2017 at 5:58 pm #15195AnonymousInactiveHi,
It works perfectly
February 16, 2017 at 6:33 pm #15197responsive-museKeymasterGreat!
- AuthorPosts
- You must be logged in to reply to this topic.