Home Forums Pro Themes Kids Education Pro Hide author, coments, views, publication date

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78613

    Hello!

    Is there a way that I can remove the publication date, views, comments, author from the posts? These items are always visible, but I don’t want them to be.

    Thank you!

    #78695
    wensolutions
    Keymaster

    Hello,

    To remove the parts as you have mentioned above please add below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.

    .single header.entry-header {
        display: none;
    }
    
    .single .about-author {
        display: none;
    }

    Hope this helps.

    Regards!!

    #84748
    Victoria Green
    Participant

    Hi how do you remove this off the team member’s page? See link below

    https://www.cassycare.com/tp-team/casandrav/

    #84755
    wensolutions
    Keymaster

    Hello @vsgreen829,

    To remove it in the team member page please add below given CSS.

     .tp-team .blog-post-wrap .entry-header {
     	display: none;
     }

    Hope this helps.

    Regards!!

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