How can I remove the social share links from the bottom of selected posts?
Hi szumlanski!
Drag a codeblock element to the post content and add this inside.
<style type = "text/css">
.av-share-box { display: none !important; }
</style>
Best regards,
Elliott
That is fantastic – thank you, Elliott! However, it still shows the number of replies graphics. Can I remove that, too? To clarify, I have not turned off comments using the Quick Edit feature.