Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #284735


    li.social_bookmarks_twitter.av-social-link-twitter.social_icon_1 {

    background: url('https://example.com/wp-content/plugins/social-media-widget/images/default/32/twitter.png') !important;
    height: 32px;
    width: 32px;
    }

    i tried this but i can still see the old icon at the back of the image and the hover is still showing

    • This topic was modified 9 years, 10 months ago by Lukevdp.
    #284753

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #284806
    This reply has been marked as private.
    #284882

    I see you are using another approach now (img tag instead of background):

    Best regards,
    Josue

    #284895

    that’s a footer widget was asking about the header icons

    #284898

    Hey!

    Try adding this code to the Quick CSS:

    #header .social_bookmarks li.social_bookmarks_twitter a:before {
        content: "";
    }
    #header .social_bookmarks li.social_bookmarks_twitter a{
        background: url(https://monarchwholesalers.com/wp-content/plugins/social-media-widget/images/default/32/twitter.png) !important;
        height: 32px;
        width: 32px;
    }

    Cheers! 
    Josue

    #284899

    okay will do thanks

    #284901

    Hope it does the trick :)

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.