New Landing How can we help? Themeforest Theme Support Neighborhood remove author and related articles

Viewing 6 posts - 1 through 6 (of 6 total)
  • #296030
    shafferconsulting
    Member
    Post count: 14

    For individual posts, how do I remove the author/posted by section, the little heart button, the related articles section, and the arrows pointing to other posts? I want to keep the sharing bar.

    Thank you for your help,
    Aaron

    Attachments:
    You must be logged in to view attached files.
    #296035
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option

    .single-post .author-info-wrap{
      display: none;
    }

    Hope it helps.

    -Rui

    #296037
    shafferconsulting
    Member
    Post count: 14

    Thank you for the quick reply. How do I “Add the code below to your custom css option”?

    What I mean is, where can find the place to enter this in WordPress?

    #296043
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Aaron,

    Please add this to Theme Options => Custom CSS

    .author-info-wrap,
    .single .related-wrap,
    .single .pagination-wrap,
    .tags-link-wrap {
    	display: none;
    }
    #296048
    shafferconsulting
    Member
    Post count: 14

    Brilliant! Thank you.

    #296058
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.
    -Rui

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

You must be logged in to reply to this topic.