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 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22516
    Lanai
    Participant

    Hi,
    Can someone tell me the CSS to make sure categories, date and time of posts, and author don’t show up on any of my blog posts?

    Thanks!

    #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 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.