- This topic has 5 replies, 2 voices, and was last updated 1 year, 4 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Hi dear Ashe-Pro-Team,
I want to hide the date of my blogposts. I already tried this code
<span style=”color: #222222; font-family: Muli; font-size: 18px;”>.entry-date { display: none; }</span>
in the Theme-editor (“Design” => “About Ashe” => “Theme-Editor”) , but it did not work (also with an empty cache). Do you have a solution for me? If you need further information please ask.
Thank you in advance.
Best regards,
Vanessa
Hi Vanessa,
At first, thank you for choosing our theme and service.
Please share your website URL and we will check for possible solutions.
Kind Regards
Hi Vanessa,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.post-date {
display: none;
}
.post-date+span.meta-sep, .post-author+span.meta-sep {
display: none;
}
Kind Regards
Hi vako,
thank you very much, it worked out perfectly! 🙂
Thanks for your quick help.
Vanessa
Feel free to contact us at any time, we are more than happy to help.
Kind Regards