Remove Post Title on Style 7 Template

Posted in: Newspaper
Post count: 3

On Template Style 7 for posts, is there a way to move the title below the featured image instead of on top of it? Is there some kind of css workaround where we can remove it entirely? We tried display none on the title:

.td-post-template-7 .td-post-header header .entry-title {
display: none;
}

but when the page load it still pops up for a second and disappears. Please let us know if there is a work around.

Post count: 20688

Hi,

Moving the post header section would require modifications to the post template file, there is no theme option for it. Then it may also require additional styling since all the design is predefined for the original position.
If the title is briefly displayed after entering the code in the theme panel, a solution would be to enter it directly in the theme stylesheet at the bottom
https://www.screencast.com/t/hnlNEagSJb
Or remove the title from the code
https://www.screencast.com/t/amD9qt697QJ

Thanks

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