CSS Hover Effect for Circle Icon
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;
}This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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.
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.