Home Forums Pro Themes Signify Pro How to remove Author on blog page and also next and previous post?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #189426
    Paul Houkes
    Participant

    Is it possible to remove the author name and the category on the blog page? I would like to have only the date.

    And is it possible to get rid of ‘prev post’ end ‘next post’ under each post?

    Paul.

    #189437
    Psink
    Keymaster

    Yes, it is possible, could you please share your site URL? We will inspect and provide CSS

    #189443
    Paul Houkes
    Participant
    #189445
    Psink
    Keymaster

    Please add this CSS in the Additional CSS

    .single .post-navigation,
    .blog #main .entry-meta .byline,
    .blog #main .cat-links{
    display: none;
    }

    #189450
    Paul Houkes
    Participant

    Great! Now only the category under the blog posts is remaining. Could we get rid of that as well?

    #189470
    Psink
    Keymaster

    Please Add this CSS

    .single .cat-links{
    display: none !important;
    }

    #189478
    Paul Houkes
    Participant

    magnificent, tnx very much.

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