Hello,
I was wondering if there is a way to remove the date from pages and blog posts on the archive pages only. I tried adding this code to my css, but it removed the info on my individual blog posts as well.
.post-meta-infos {
display: none !important;
}
Thanks!
Hey Kirstie,
Try adding the following to quick css:
.archive .post-meta-infos {
display: none !important;
}
If this doesn’t work please link me to an archive page.
Best regards,
Jordan Shannon
That worked perfectly! Thank you!
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon