Hi, i like to know how should i have my icon on hover effect by editing css.
my site under what we do.
My css only can apply to inner icon itself instead of the whole circled icon,
.iconbox_icon:hover {
color: orange!important;
}
What is the correct way to do it?
Please advise.
Hi @swotmarketing;
try to use this line :
#top .iconbox_left_content .iconbox_icon:hover{
color: #00FF2F !important;border-color: #00FF2F !important;
}
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.iconbox:hover .iconbox_icon {
background: orange!important;
}
@begrafiks thanks :)
Regards,
Yigit
Honestly, i love you guys support. Prompt and helpful. thanks!
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit