• I would like to remove SMS and Pinterest social sharing buttons. is it possible? There are 5 of them which breaks layout of these buttons.

Viewing 1 replies (of 1 total)
  • Plugin Contributor WPtouch

    (@wptouch)

    Hi @life28sk,

    To remove those buttons, add the css below to Appearance > Customize > Custom CSS

    a.sms-btn.no-ajax, a.pinterest-btn.no-ajax {
    display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Removing SMS/Pinterest social sharing button’ is closed to new replies.