- This topic has 3 replies, 2 voices, and was last updated 3 weeks, 4 days ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Hi there,
Thanks for writing in!
To hide those sharing button, please add the code below to your Dashboard > Appearances > Customize > Addition CSS:
.ssc-share-wrap {display:none!important;}
Hope this helps,
Danny
Will this command be valid only for articles or for the whole website? I make this clarification because I am interested that the social icons are not seen only on a specific page of my site. If it were only for a specific page, what should the string to add to the page be like? Thanks
Hi there,
Thanks for your question!
The code make effect in all pages, in case you only need to disable social share in single blog page only, please change the code as below:
.single-post .ssc-share-wrap {display:none!important;}
Hope this helps,
Danny