Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello, I’m using the Business 3 layout with the revolution slider and 4 icons below it.
I can make the icons a different color, or add shadow, border, etc. If I do anything to the icons, they turn a bright green with white upon hover. How do I make all the hovers for the icons go away? I do not want this at all.
Thank you.
Hello,
I don’t know which icon you are using. In case you are using services medium like in this demo https://codeless.co/specular/business2/ the CSS code to be added in the Specular > General > Custom Css Box:
.services_medium.style_3:hover .icon_wrapper i {
color: #fff !important;
}
In the color instruction, you can add the color you wish.
Anyway to give you the exact instruction I have to check out your online link.
Let me know.
Regards!
I tried:
.services_medium.style_4:hover .icon_wrapper{background-color:transparent !important;}
.services_medium.style_4:hover .icon_wrapper i{color:#0066bf !important;}
Looks good. I copied above styles because this might help someone else, too.
The padding is more on the shadow, but I just made them all shadow instead of two with and two without. Looks fine.
Thank you!
You must be logged in to reply to this topic.