Hide the title/date from td_block_homepage module

Posted in: Newsmag
Post count: 2

I copied “fashion” newsmag demo for my Homepage.

[td_block_homepage_full_1 td_filter_default_txt=”All” sort=”featured”]

From that [td_block_homepage_full] area, I want to hide the title and the date. I only want the featured image to show up in my Homepage. How can I do that?

Thanks.

Post count: 23312

Hello Yul,

Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.homepage-one-top-post .td-module-meta-info{
display:none;
}

Thanks for your understanding!

Post count: 2

Thanks Catalin,

I added the code, but I still see the title and the date.

Can you check my site? https://jiha-seojae.com/

Post count: 23312

Hello Yul,

Try the code below and place it in Theme panel -> Custom CSS area.

.single_template_6 .td-post-date{
display:none;
}

Thanks.

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