How To Disable Some Social Icons In Articles - Question | JoomShaper

How To Disable Some Social Icons In Articles

Massimiliano

Massimiliano

Template 2 years ago

Good evening, how can I remove some icons from articles? For example, what if I just wanted to remove pinterest?

The icons appear at the top and bottom as seen in the photo (the ones at the bottom should all be deleted)

How can I do? .. thanks for your precious help

https://gyazo.com/5a6f18707e9b834a4ed4f92aba1512a6

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #111614

Hi

Thanks for contacting us. Could you please give me your site URL? So that I can check.

-Regards.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #111633

Ciao Massimiliano,

  1. Template Options > Blog > Details > Social Icons (Off/On or disabled selected)

  2. If you have Social Share icons from extra plugin, check its plugin settings.

  3. But if you use social icons from template only, edit that file:

templates\shaper_news365\html\layouts\joomla\content\info_block\social_block.php

and remove/delete that part:

info_853_2023.jpg

you can also use custom CSS to hide it:

li.pinterest, li.gplus {display: none !important; visibility: hidden;}

0