New Landing How can we help? Themeforest Theme Support Dante Removing "Share this article" social links section

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Dante
  • #68988
    ronin
    Member
    Post count: 282

    Hi,

    I’m wanting to turn off (or remove) the “Share this article” social sharing section from the bottom of Dante’s posts.

    How would I do that?

    cheers, Kurt

    #69035
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .share-links.curved-bar-styling {
      display: none;
    }

    – Kyle

    #69266
    ronin
    Member
    Post count: 282

    Thanks – works great. How would I do the same with the previos / next post bar area above each individual post?

    cheers, Kurt

    #69267
    ronin
    Member
    Post count: 282

    Actually – this seems to work – do you agree?

    ul.post-pagination-wrap {
    display: none;
    }

    #69303
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes that works 🙂

    – Kyle

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.