Hello, is it possible to change icon color when mouse over?
thanks!
Hey ftt123!
Sure! Can you please post the link to your website and point out your icon?
Regards,
Yigit
I am sending you below…
Hi!
You can edit your color section and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-unique-id span.av_font_icon:hover {
color: orange!important;
border-color: orange!important;
}
Regards,
Yigit
it works, Thanks Yigit!!!