How to remove date and author from homepage ?

Posted in: Newsmag
Post count: 24

Hello,

I do not want to show date and author on my home page or single pages. How to remove date and author from homepage ?

Thanks
Rahul

Post count: 1291

Hi,

You can disable it globally from Theme Panel -> Post Settings – http://screencast.com/t/fug7oalY2
If you want to remove it only from modules present on pages you could use custom css (add it in Theme Panel -> Custom Code -> Custom CSS):

.td_module_wrap .td-post-author-name, .td_module_wrap .td-post-date {
visibility: hidden;
}

Thank you!

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