Tagged: hover
I’d like to accomplish these things when the mouse hovers over a link in the grid row tagged as awc_icons:
1. Change the color of the icons
2. Change the color of the text
3. Remove the “link line” from under the text
Thanks!
Hey JPOsteen,
Thanks for providing the link.
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .awc_icons .flex_cell.av_one_third:hover span {
color: yellow !important;
}
#top .awc_icons a {
text-decoration: none !important;
}
Just change the yellow color to anything that you’d like.
Hope this helps :)
Best regards,
Nikko
Thanks @nikko, it worked perfectly!
Hi JPOsteen,
Glad that we could help. :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!
Best regards,
Nikko