badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

how to remove date / author and comment option in each post

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #73700
    Arjun Raut
    Participant

    I don’t want to show this option: date / author and comment option in each post

    #73755

    Hello Arjun,

    For to hide the meta data from the posts just login to your dashboard and go to Appearance > Customize > Additional CSS and paste below custom CSS code.

    .entry-meta {
        display: none;
    }
    .entry-meta.category-meta {
    	display: block;
    }

    Thank you!

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