Posted in: Newsmag
Jul 1, 2024 at 1:52 pm
Jul 2, 2024 at 9:58 pm
Hi Colin,
Here is a link to my website..
https://www.ukthemeparkspy.co.uk
i only want to show the dates on block 2 on my home page at the top but still hidden on everything else
thanks
Jul 3, 2024 at 8:14 am
Ok, first it will be need to enable the option for dates on modules in the theme panel and after that use this custom css:
.td-post-date {
display: none;
}
.td_block_2 .td-post-date {
display: inline-block;
}
The css needs to be set in the theme panel > custom code > custom css.
Thank you!
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.



