Tagged: header
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
Hi,
Can you post the link to your website please?
Regards,
Josue
I see you are using another approach now (img tag instead of background):
Best regards,
Josue
that’s a footer widget was asking about the header icons
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
okay will do thanks
Hope it does the trick :)