Hide the post title

Posted in: Newspaper
Post count: 66

Hello, I would like to hide the title inside some post,
Could you help me?

Post count: 27744

Hello,

If you use a Single Post Template, you can delete the title of the post edit with tagDiv Composer and with right-click you can delete it => https://www.screencast.com/t/pQaeyeBayQ
If you use Standard Post Template, then you need to use a custom code CSS =>

.td-post-title
{
display:none!important;
}

This code needs to be set in Theme Panel> Custom code> Custom CSS.

Hope this helps you!

Thank you!

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