Display title on featured image

Posted in: Newspaper
Post count: 10

Hi!

I use the style 3 for my post template and I would like to display the title on the featured image… (just keep the date) So I was looking for some help in the forum and I found a topic about that with this code :

.td_block_wrap .entry-title, .td_block_wrap .td-module-meta-info{
display:none!important;
}

I tried to put it on the custom CSS (with the theme panel) but it does’nt work and as I’m french and my english is not so good, maybe I’m wrong in my understanding of this topic… 😉

Any solution? Thanks!!!

Post count: 22421

Hello,

I’m not sure I understand this properly. Do you want to remove the title? If this is what you want you can do it with this code:
.td-post-template-3 .td-post-header header .entry-title{
display:none!important;
}

The meta information such as the author and date can be removed from the theme panel: http://screencast.com/t/5fA4vXdWHRA2

Thank you!

Post count: 10

Yes you understand it well! Thank you for your help!!!

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