New Landing How can we help? Cardinal Customize blog page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #110718
    bsmithiisd
    Member
    Post count: 17

    I’d like to make a few tweaks to viewing a blog post after clicking “Read More” and haven’t quite figured out how to do so.

    Changes

    1) Remove “Share This”
    2) Remove “Related Articles”
    3) Remove the “Like” Feature”

    Thanks for your help.

    –Bryan

    #110758
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    article.type-post .article-share {
      display: none!important;
    }
    .related-articles, .post-info .comments-likes .love-it-wrapper {
      display: none;
    }
    

    – Kyle

    #110849
    bsmithiisd
    Member
    Post count: 17

    That worked.

    One last tweak- how do i remove the next and previous articles nag on the blog page?

    #110853
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

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

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register