On certain pages I need the date to show on when posts were created or modified. I’ve enabled that option, however it still doesn’t show. Is there another place I need to look to enable this? Reviews don’t show up either or ratings but I’m not concerned with that.
Hello,
There is a global option in the theme panel that you enabled – https://i.imgur.com/HPkjkKy.png after you can individually check on flex blocks if the option on that block is enabled or disabled – https://i.imgur.com/BZi7rn4.png
I hope this will help you!
Hi,
If you are using flex blocks you have individual options to display/hide the date(https://i.imgur.com/8VVEnM7.png-https://i.imgur.com/MjmoH4S.png), but on standard blocks, like block 21 it will use the theme panel option (the global one), what else can be done is to set an extra class on those blocks were you do not want to have the date and use a css like this one – https://i.imgur.com/zfPwneq.png
.remove-date .td-post-date {
display: none;
}
Css code should be set in the theme panel > custom code > custom css.
Thank you!
Hi,
On that flex block you can check the margin for excerpt from layout tab and set it 0 – https://i.imgur.com/5iX1pMc.png – https://i.imgur.com/YWyOTRs.png you can also check the margin on title – https://i.imgur.com/0fhrVD4.png
Thank you!