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

New theme version > Social buttons display text (social network name)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #160038

    mike421
    Participant

    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

    #160087

    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.

    #160118

    mike421
    Participant

    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

    #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.

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