Me again!
Just a quick question, I would like to add a different background to my buttons when someone hovers on them. Searching the support threads I found and miserably tried to apply the following code:
.ow-button-base a .sow-icon-image, .ow-button-base a [class^="sow-icon-"] .a :hover {
background-color: #FEDD00 !important;
}
Thanks in advance!
J.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi Jose,
Remove the code you added above and try this CSS code instead:
a.ow-button-hover:hover { background-color: #FEDD00!important; }Cheers!
Hi Jose,
You need to also change the background color from FEDD00 to another color code or simply type in the color like red.
Cheers!
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.