Hello,
I need a small help. I have 4 different icons in my footer (social networks) and I would like to pick up a different color for each of them.
My code in footer is
I added this to my Quick CSS
but this code change the hover color for all of them. Is somehow possible to do it separately for each icon?
Thank you, Regards, David
Hi DHsolutions!
Maybe this would work.
#footer span.av_font_icon:nth-child(1):hover a { color: blue !important; }
#footer span.av_font_icon:nth-child(2):hover a { color: red !important; }
#footer span.av_font_icon:nth-child(3):hover a { color: green !important; }
#footer span.av_font_icon:nth-child(4):hover a { color: yellow !important; }
If it does not work then send us a link and we’ll take a look.
Cheers!
Elliott