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*

Reply To: Category title, admin and date

#11225

Hi Shegga,

To hide category title, admin and date 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 .by-author,
.entry-meta .date {
    display: none; 
}

Thank you!