remove author date from category top

Posted in: Newspaper
Post count: 40

How to remove author date from category top post styles?

Post count: 23312

Hello masc,

If you want to remove the author and the date of the category page, you have to use a bit of CSS code to hide it. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.category .td-module-meta-info {
display:none;
}

The result -> http://screencast.com/t/yDQw62bxQTA

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.

Thank you for the message!

Post count: 40

Thank you!!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.