Tagged: icon box
Hi,
Can you please tell me how to remove the effect that happens when hovering on icons?
I’m talking about the features icons we have at the middle of our homepage (sent privately)
I tried everything ! :)
Thanks!
Eran
Hi erantdo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
a.iconbox_icon:hover {
color: white!important;
}
Cheers!
Yigit
Thanks Yigit!
But can we just disable any hover effect? just make the icon stay the same:)
Hey!
Please add following code to Quick CSS instead
a.iconbox_icon:hover {
background: white!important;
}
Regards,
Yigit
thanks, but i just want the icons to remain the same, no effect and no nothing. is that possible..?
Yigit? :)
Hi,
Please try the following instead:
.main_color .iconbox_top a.iconbox_icon:hover {
background-color: white !important;
color: #81d742 !important;
}
Regards,
Rikard
Perfect !!