Home › Forums › Support › Widget Support › Cookie Policy Popup Free › Change OK button colour › Reply To: Change OK button colour
#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!