Below any article appears a button "share with friends". How to get rid of this buttons?
In Helix => Blog => Details there is NO switch to switch off, only "social share (i)".
Template: estate
In custom css this works:
.article-social-share {
display: none !important;
}
But this makes the button only invisible, the code for the button is still on the site:
<div class="article-social-share">
<div class="social-icon-title">
<h4>Share with friends</h4>
</div>
<div class="social-share-icon">
I don't want to solve this by one "dirty hack" like css. So, how to switch off this stuff?
Thank you in advance!
"The computer is the solution. What we need is the problem."
Joseph Weizenbaum