Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi PenPeg. The share buttons are set in the theme; there isn’t currently an option to select different buttons. To change them you’d need to copy the theme /inc/sharrre.php file to a child theme and make the modifications there. If you just want to hide specific buttons you could do that using CSS.

    Thread Starter PenPeg

    (@penpeg)

    I fixed the Twitter share button not showing by following this post: https://www.ads-software.com/support/topic/twitter-button-missing-from-social-share-bar?replies=10
    Otherwise I followed your advice to hide the Pinterest button using the following CSS in my child theme and it works:
    #pinterest.sharrre .box {display:none;}
    Being able to select the share buttons would be a useful option to add to the theme.
    Thanks bdbrown for helping me out

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Hueman] Choose which social share buttons display’ is closed to new replies.