How to hide Date, Author and Comments?
July 28, 2020 at 2:27 am
On Category search page and Tag search page, how can I hide the Date, Author and Comments?
Best regards,
Replies (2)
-
July 28, 2020 at 2:27 am
On Category search page and Tag search page, how can I hide the Date, Author and Comments?
Best regards,
-
July 28, 2020 at 3:07 am
Hi tokyojo,
Use the following CSS
.archive article .meta {
display: none;
}Copy and paste it in Appearance -> Customize -> Additional CSS
Best Regards
-
July 28, 2020 at 4:06 am
It worked!
Thank you very much!