Removing img alt attribute in topbar social icons.

  • Anonymous

    #4972

    I would like to use sprite image for top-bar social media icons. Everything works fine except alt attribution. If I remove icon URL in top bar options and use CSS background, it shows Custom alt attribute on top of icons. Is there a way to remove Custom alt from top bar or do I just remove them all and hook a HTML script to graphene_feed_icon?

    Admin

    Syahir Hakim

    #30111

    What about:

    .mysocial img {
    display: none
    }

    ?

    Anonymous

    #30112

    It works! Thank you so much Syahir! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.