Remove Metadata From Blog Post

D Started by Desmond · December 4, 2017 at 8:32 am · 2 replies 1 voice Last reply 8 years, 7 months ago
Y
Yogendra Original poster
#2

Hello Desmond,

you need the following CSS to do that

.blog-wrap .meta {
display: none;
}

.blog-post .meta{
display: none;
}

Paste this CSS in Appearance -> Customize -> Additional CSS

Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Remove Metadata From Blog Post

By posting, your reply becomes public (unless marked private).