Hi,
In the custom css section of the Betheme options I've used this code:
.whitebutton {
border-color: #ffffff !important;
color: #ffffff !important;
border: 1px solid #ffffff !important;
}
.whitebutton:hover {
color: #ffffff !important;
background-color: red !important;
}
But I can't get the background colour of the hover element to display in red as in the above .whitebutton:hover css, do you know why please?
Thanks
Comments
html body a:hover.whitebutton.button{Thanksbackground:transparent !important;
}