Home Forums Business Gravity how to remove post meta from homepage & from posts ? Reply To: how to remove post meta from homepage & from posts ?

#3144
keonthemes
Keymaster

Hello,

Please copy below CSS code and follow a simple step:

body .post-content .post-inner .meta,
body .cat a {
opacity: 0;
}

Go to Dashboard > Appearance > Customize > Additional CSS and paste. Then click on the publish button. That’s it.

Thanks you.