Hi,
I want to remove the date in post, but only on the home page… any idea how I can do this?
Hi @elisavet,
I hope you are well today and thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
body.home .entry-meta span.posted-on {
display: none;
}
Best Regards,
Movin