Hi There,
Is there a possibility to set hover effects for icons (most favorably per icon)? Not the icon list or icon box but just the fontello standalone icons.
I made a footer including all social media icons however there is no hover effect.
Thanks in advance.
Hi!
Do you mind creating a temporary admin login and post it here privately so i can do it for you? It would be faster and in the meantime you can turn on maintainance mode again.
Best regards,
Yigit
Hey!
Changes are done. Please review your website. You can find custom CSS code i added at the bottom of Quick CSS section in Enfold theme options under Styling tab
Cheers!
Yigit
Hi!
Please add following code to Quick CSS as well
.iconbox_content_container { display: none; }
Best regards,
Yigit
Hey!
Custom CSS was removed somehow, maybe you were making changes at the same time. I added them once again. Please flush browser cache and refresh your page a few times. If they disappear again, you can use following code to fix it
/* 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: #419cca!important; }
Cheers!
Yigit
Hey!
Please add following code to Quick CSS as well
.iconbox_top .iconbox_content { box-shadow: none; }
Cheers!
Yigit
Thanks a lot for your help.