Remove The Date Line

Posted in: Newspaper
Post count: 1

Hi,

I hid the date, author name and view counter on the post pages and that area is empty now.
So i want to remove the area under the heading on the post pages. How can i do that?

Post count: 20688

Hi,

You could try this code – https://www.screencast.com/t/7Rq7p4FmM if you have no need for the meta information below the post title, and enter it in Theme panel->Custom Css. If this is not working for you, please provide a link to your website pointing to where you want to make these changes, so I may give you a more accurate solution.
This is the code used in the example

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

Thanks

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