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 Can I Remove Categories, Date/Time, and Author from Posts?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22525

    Hi Lanai,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .entry-meta .cat-links, .entry-meta .cat-links a {
    display: none;
    }
    
    .entry-meta .by-author, .entry-meta .date{
    display: none;
    }

    Thank you!

    #22547
    Lanai
    Participant

    Thanks very much for the quick response!

    #22559

    You welcome Lanai

    Thank you!

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