Home Forums Pro Themes Clean Corporate Pro remove meta data

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #128170
    lindaje
    Participant

    I don’t want to see the date, author or category listed under the post, how can I stop this from showing?
    And, when accessing a post, at the bottom there is a ‘Previous’ and ‘Next’ listing. I’d like these to go away too. Here’a a screen shot of all this info I’d like to not have appearing.
    Thank you

    http://itjlessons.com/wp-content/uploads/2020/07/Screen-Shot-2020-07-07-at-7.20.36-AM.png

    #128261
    wensolutions
    Keymaster

    Hello,

    Can you please provide us with your site URL so that we can help you?

    Regards.

    #128325
    lindaje
    Participant
    #128366
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS, to remove the date, author, or category listed under the post and ‘Previous’ and ‘Next’ listing.

    .single .content-area .entry-footer{
             display: none;
    }
    
    .single .content-area .post-navigation .nav-links{
              display: none
    }

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    #128575
    lindaje
    Participant

    I apologize.
    I really thought I’d said thankyou.
    So sorry.

    #128587
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    Regards.

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