Intuitive, expansive and flexible creation with no distractions.
Robust, user-friendly data protection for your visitors and you.
Modern, effective solutions for site growth and functionality.
Professionally designed and coded themes and plugins.
Free and premium, beautifully-designed templates.
Expand your site with your favorite tools and apps.
Get help building your site from our web development services.
Learn how Publii works, from installation to creation.
Documentation, guides, and tutorials for developers.
Explore and interact with others and learn new things.
Dedicated customer support for paid products.
Read up on the latest news about Publii and its products.
Forum › Themes (Free)
Helo,
How can I hide the date of the posts.
My site is:
https://newbgweb.com/
My theme is mercury
I use
Hi,
One method to hide the date display on the ‘Cards’ on the main page, is adding the following to Custom CSS (under Tools & Plugins -> Custom CSS)
.c-card__text time { display: none; }
Thanks!
If you want to hide all dates, try:
.c-card__text time, .post__related__wrap figcaption > time { display: none; }
The ‘Post Options’ in custom settings under theme section has options to disable dates
Hey guys,
I will add a dedicated option to disable the date on cards in the upcoming Publii / themes release.