Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #477053

    How can I remove the social share links from the bottom of selected posts?

    #477156

    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

    #477165

    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.

    • This reply was modified 8 years, 9 months ago by szumlanski.
    #477511

    Hey!

    You can use this in the Quick CSS field:

    .comment-count {
      display: none;
    }

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.