Hi~
Thanks again for creating such an amazing theme.
I want to add hover effects on fontello icons, I found these codes:
/* Custom CSS code to change hover state of social icons in footer */
#av_section_5 span.av_font_icon:nth-child(3) a:hover { color: #46d4fe!important; }
#av_section_5 span.av_font_icon:nth-child(4) a:hover { color: #37589b!important; }
#av_section_5 span.av_font_icon:nth-child(5) a:hover { color: #cb2027!important; }
#av_section_5 span.av_font_icon:nth-child(6) a:hover { color: #007bb6!important; }
I understand the #av_section_5 is the ID that I can add in the color sections. But I want to know how should I check which icon represents which nth-child(?) parameter if I used lots of icons within one section. I hope you could help me with that.
Thanks
Hey wholereneducation!
Than k you for using our theme.
The index of the nth-child start with 1, so the first icon is 1, the second 2, and so on.
If the icons are aligned with float: left (whats the default), then the icons are from left to right, otherwise from right to left.
I hope, I understood your question correctly.
Best regards,
Günter