Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
It seems line no matter what I do, I am not to create a hover effect for the Web Applications Icons in the circle icon area. This is one example of what I have tried but something about the theme is overriding it.
Here are a couple of things I have tried (red is not going to be the final color). Nothing working.
.circle-icon a:hover{
background-color:red;
}
.link-icon .circle-icon a:hover{
background-color:red;
}
Hi Todd,
Always use the !important brace when implement Custom CSS :-)
.circle-icon:hover { background-color: red!important; }Cheers
Thanks
You are most welcome Todd!
Cheers.