June 12, 2014 at 10:56 am
#11225
Theme Horse Support Team
Keymaster
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!