Article Social Media Share Option - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Article Social Media Share Option

SP

Steve Poole

Template 2 months ago

Hi, I'm constructing a new site for a client based on your 'Hope' template. I want to disable the social media share buttonsd in Articles. I was advised bh Anne on your live chat to turn it off in the blog section of the template options. Unfirtunately the word 'Share:' remains visible. IS there anyrhing I can do to hide this please?
With kind regards, Steve.

0
14 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #201336

Hi

Thanks for contacting us and sorry for your issue. Could you please give me your site URL and also a screenshot of your issue? So that I can check.

-Regards.

0
SP
Steve Poole
Accepted Answer
2 months ago #201427

Hi,

the url is,

https://www.doeleacentre.org

however it is currently under construction and offline.

The system is not allowing me to upload a screenshot?

With kind regards,

Steve.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #201429

Could you please check your credentials? I cant access on that. By the way, you can use it for uploading screenshot.

https://imgur.com/upload

0
SP
Steve Poole
Accepted Answer
2 months ago #201430

Here's a screenshot, itsjust the word Share i want to hide/eliminate when articles are opened.

https://imgur.com/a/tgHIoXC

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #201433

Please give me your credentials? I cant access your site.

0
SP
Steve Poole
Accepted Answer
2 months ago #201434

Please find in hidden content

0
SP
Steve Poole
Accepted Answer
2 months ago #201438

Mehtaz, thank you for your patience...have you manages to access the site? With kind regards, Steve.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #201439

Hi

Do you want to hide this portion only? Then you have to use this CSS in your custom.css file

.hope-causes.layout-blog .entry-header h2 {
    display: none !important;
}
0
SP
Steve Poole
Accepted Answer
2 months ago #201443

Mehtaz, many thanks I'd already tried this from researching the problem earlier Again I've addedit to the custom css file in the template styles but the word Share: is still visible when I open an article? With kind regards, Steve.

0
SP
Steve Poole
Accepted Answer
2 months ago #201444

Mehtaz, just to clarify the code I added to the custom css hid the actual article title ie Main Hall which I don't want to do. Its just the word below...'Share:' in grey, hich normally precedes the social media share icons, which i've hidden via 'Enable Social Share' in the template style blog section style. Hpethis helps. with kind regards, Steve.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #201512

Hi

Do you want to remove this portion? Then you can use this CSS in your custom.css file

.view-article .entry-header .helix-social-share-wrap {
    display: none !important;
}
0
SP
Steve Poole
Accepted Answer
2 months ago #201526

Mehtaz,

mhany thanks once again. I've just tried the code and it works. Problem solved! Thank you so much for your kind help and patience in resolving this matter.

Thank you so much.

With kindest regards,

Steve.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #201529

Glad to know that and you are always welcome. You can now close this post by accepting the answer.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 weeks ago #205834

Thanks for accepting the answer.

0