Home Forums WoodMart support forum New theme version > Social buttons display text (social network name) Reply To: New theme version > Social buttons display text (social network name)

#160132

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.