Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #207508

    Hi Yigit,

    Today you helped with the hover effect of individual icons on the homepage.

    /* 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; }

    It works great. However, when I copy the footer containing those icons to another page the hover effect does not show. What should I do?

    Regards,

    #207522

    Hi bloomfashion!

    Can you please give us a link to the actual page? I’ll ask Yigit to look. Maybe the section id on the other page is not the same.

    Cheers!
    Ismael

    #207527

    Hey bloomfashion!

    #av_section_5 is the color section ID. So if you place your icons in another color section, please give it a unique ID and make sure to adjust the code to match it

    Best regards,
    Yigit

    • This reply was modified 10 years, 10 months ago by Yigit.
    #207539

    Hi

    Im not used to working with these codes so sorry if I ask stupid questions.

    I saved the homepage (with the correct footer icons) as a template and pasted in another page.

    Where can I find what unique ID to use for the different color section? I tried to look into it using Firebug but I can’t find it.

    Thanks in advance,

    Boy

    #207544
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Icon hover effect’ is closed to new replies.