Edit Share Icons - Question | JoomShaper

Edit Share Icons

DA

Dina Abramson

General 3 years ago

Can you also tell me where to find the Share item on the left side of this page? https://ourfamilyheritage.ca/clients/library/buying-a-business I want to edit the social links.

I looked at the modules and the Social Share panel under Template manager but don't see where the links that are in this position are.

In particular, I cannot remove the G+ icon

Thanks

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #8591

Hi,

You can on/off the Social Share panel from the Blog>details of the Template Options. Here is a screenshot:

https://prnt.sc/108sawk

And you can use the following code in your custom css to get rid of the G+ icon there:

.article-social-share .social-share-icon ul li a .fa.fa-google-plus{
  display:none;
}

Hope this helps anyways!

Best Regards

0
DA
Dina Abramson
Accepted Answer
3 years ago #8605

I added the code in tempalte manager but it didn't make any difference. The G+ icon is still visible on this page https://ourfamilyheritage.ca/clients/library/remote-work-survey

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #8756

Hi,

Where did you put this, please?

You can try with important if it helps!

.article-social-share .social-share-icon ul li a .fa.fa-google-plus{
  display:none !important;
}

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code. https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Best Regards

0