New theme version > Social buttons display text (social network name)
-
Hi with last theme version, the social buttons are coming now with text (social network name), too bad. You can see here top left https://www.argbatiplus.com/ Please let us know how to disable text and having only icons like before, thanks
Hello,
In the footer of your site the social media icons also shown the social network name. To hide those names insert the below CSS code in theme settings >> Custom CSS >> Global Custom CSS:
.woodmart-social-icon-name{
display:none;
}
Best Regards.
Ok thanks it works
But strange this theme element change with new version
I had also to add css to have some margin right on each icon
Most Welcome,
I’m glad that it works. Yes, some of the theme elements updated with the new version of theme for better performance and efficiency.
If you want to add a margin to the right of each icon then use the below CSS code in theme settings >> Custom CSS >> Global Custom CSS:
.woodmart-social-icons .social-instagram , .woodmart-social-icons .social-youtube , .woodmart-social-icons .social-linkedin{
margin-left: 15px;
}
Best Regards.