Hi friends, Please show me how to disable social sharing for only one single article in the Ja Blockk template (not disable of all articles)
Hi
If you want to hide it for a specific article page, I recommend to use CSS to hide.
Share me the URL of that page so I can take a look and suggest you the code.
Hi saguaros
Here: https://www.vietnamchess.vn/index.php/chessnews/tournament-news/tournament-international/open-inter-events/hanoi-gm-2023
I would like to hide the sharing tool at the left of only this article
Thank you
hoalandai HI
You can open this article in backend of your site and add this custom code into the end of article content:
<style> div.sharing-tool { display: none; } div.item-page .com-content-article__body.has-sharing { padding-left: 0; } </style>
It's work. Thank you very much.
You're so welcome 😉