Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #207349

    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.

    #207371

    Hi bloomfashion!

    Can you post the link to your website?

    Regards,
    Yigit

    #207388
    This reply has been marked as private.
    #207400

    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

    #207406
    This reply has been marked as private.
    #207411
    This reply has been marked as private.
    #207413

    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

    #207417

    Hi!

    Please add following code to Quick CSS as well

    .iconbox_content_container { display: none; }

    Best regards,
    Yigit

    #207420
    This reply has been marked as private.
    #207424

    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

    #207427
    This reply has been marked as private.
    #207435

    Hey!

    Exactly, ntn-child number and color hex value

    Best regards,
    Yigit

    #207443
    This reply has been marked as private.
    #207449

    Hey!

    Please add following code to Quick CSS as well

    .iconbox_top .iconbox_content { box-shadow: none; }

    Cheers!
    Yigit

    #207466

    Thanks a lot for your help.

    #207467

    Hey!

    You are welcome! Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Enfold icon hover effect’ is closed to new replies.