How can we change the icon on hovering over it? Please suggest. Basically i want to hover over the icons on this page and display other icons. http://investormanage.staging.wpengine.com/new-features-page/ (hosted on WPengine)
Please let me know. thanks.
Hi,
Set up a custom class for each icon box and use this CSS code:
.custom-class-1 a:hover[data-av_icon]:before {
content: "\E87d";
}
.custom-class-2 a:hover[data-av_icon]:before {
content: "\E87d";
}
.custom-class-3 a:hover[data-av_icon]:before {
content: "\E87d";
}
.custom-class-4 a:hover[data-av_icon]:before {
content: "\E87d";
}
And change the codes accordingly, you can get the icon codes by hovering an icon in the editor.
Best regards,
Josue
Ok i understood that this css can be added to the custom CSS section of the Enfold options. However, where shall i add the reference to the class name in the icon box? i dont see any option to define an ID or something there.
I got it resolved. thanks. I turned on the custom css field and it worked. http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
thank you so much as always.