Delete dates from big grid

Posted in: Newspaper
Post count: 109

Hi!

I would like to NOT show dates in the first big grid on my blog.

The other one down further down the page should have dates.

I would rather not use a flex grid, since I really like the design of the big block.

Any thoughts on how I can delete the dates from those first three posts on my blog with css?

See here: https://www.fuckdiestudieschuld.nl/

Thank you!
Maaike

Post count: 18283

Hello !

For that you will have to deactivate this option here: https://www.screencast.com/t/JWlbYhSA2

Thank you !

Post count: 109

That options deletes the dates from ALL block settings, right?

Further down my homepage I use another block and on that block I would like to show dates.

Post count: 18283

Hello !

You could overwrite that using a css, please provide a link to your website and we will take a look. Also point out exactly what block you want to hide the date.

Thank you !

Post count: 109

Awesome!

Here is my site: https://www.fuckdiestudieschuld.nl

I would like to hide the dates from the first block (the row of three posts at the top).

Thank you!!

Post count: 35449

Hi,

You can remove the date from big grid flex 3 using this custom css -> https://i.imgur.com/TFUE1jb.png
.td_block_big_grid_fl_3 .td-module-meta-info .td-post-date{
display: none;
}

The code should be set in Theme panel> Custom code> Custom css

Hope this will help you!
Thank you!

Post count: 109

Yes, that works! ?

Damn, it looks so easy when you do it.

Well, I’m learning to do it myself haha. Thanks for all your patience.

Have a great day!

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