some hover styles
-
Maybe i am just being a bit dumb (if so my apologies beforehand). I would like to set some hover styles for the 3 buttons but no luck so far. I just use my own stylesheet. Maybe i am using the wrong selectors lol :
.wpconsent-preferences-cookies, .wpconsent-cancel-cookies, .wpconsent-accept-cookies{
transition:all .3s ease-in-out!important;
}.wpconsent-preferences-cookies:hover, .wpconsent-cancel-cookies:hover{ background:#bc9f60!important } .wpconsent-accept-cookies{ border:1px solid #bc9f60; } .wpconsent-accept-cookies:hover{ border:1px solid #fff; background:transparent!important; color:#fff!important }Is it possible?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.