Custom class button
Hi,
I'm making a website at: http://tobys12.sg-host.com/. In the header image, I've made a button with the a custom class (called ".whitebutton).
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