Tagged: hide meta posts
- This topic has 1 reply, 2 voices, and was last updated 1 year, 1 month ago by
Sakin.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
August 1, 2022 at 7:11 pm #308421
Petr Suran
ParticipantHello,
I need to hide all blog posts’ metedata. I´ve tried all your recommendations on the forum (css), but no results.
Any advice?
Thank you in advance.
BR Petr
August 1, 2022 at 7:15 pm #308425Sakin
KeymasterHello BR Petr,
You can add the following CSS in “Appearance => Customize => Additional CSS” box:
/* Hide Header Entry Meta */ .entry-header .entry-meta {display: none; } /* Hide Footer Entry Meta */ .entry-footer .entry-meta {display: none; }
Regards,
Sakin -
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Unable to hide meta with post’ is closed to new replies.