Share Icons

Posted in: Newspaper
Post count: 24

How do I remove the Google+ and Pintrest Icons above and below each article? We also want to add an “Email” Share Icon. We are not very good at writing code, I would assume thats the fix?

Post count: 20685

Hi,

At the moment there are no options to remove or add more sharing options for the post page. The easiest way of removing the Google and Pinterest sharing would be to hide them with CSS like this
https://www.screencast.com/t/LZYoApRiM4
https://www.screencast.com/t/UtMh6TaAvk

.td-default-sharing .td-social-google,
.td-default-sharing .td-social-pinterest {
display: none;
}

The code must be entered in Theme panel->Custom CSS section.
This could also be done by modifying the theme file where the post sharing is defined, here are some similar topics
https://forum.tagdiv.com/topic/add-email-sharing-button-2/
Something as simple as a link with a Font awesome mail icon can be sufficient
https://www.screencast.com/t/kN5YBf56WY6P
The with some CSS to style it, the result is like this
https://www.screencast.com/t/x9IXuNL1VV9
Or maybe you can try sharing plugins that have more options. The theme might also add this possibility in a future update, but I cannot say for sure when this will happen.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.