CATEGORIES LAYOUT SETTINGS

Posted in: Newspaper
Post count: 10

Hi,

would like to know how to remove the author information and the date of publication of the page from a specific category. I’m sending a photo showing

https://ibb.co/ico33S

Thx!

Post count: 22421

Hello,

Our theme can only remove the date and author for all posts or from all templates at once. There is no setting to remove it just for specific templates only. It can be hidden with css though. If you provide a link to the category, I will be able to provide the code needed.

Thanks.

Post count: 10

Hello

here is the link: https://institutorobertomaciel.com.br/cursos/

Post count: 22421

Please add this custom css to your theme panel custom code section:

.category-cursos .td-post-author-name, .category-cursos .td-post-date{
display:none;
}

Thank you!

Post count: 10

Hello,

It worked, I was able to implement it. Thank you!

Best regards,

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