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
Hello !
For that you will have to deactivate this option here: https://www.screencast.com/t/JWlbYhSA2
Thank you !
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.
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!!
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!
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!