Hiding categories from meta data in blog using Pro

hi there, I tried a few different codes from searching the forum but haven’t been able to successfully accomplish hiding categories from my blog posts meta data.

I’m using Pro.

blog link: https://tinyurl.com/vp3pdsh

i found that you can turn off meta data completely in the theme options but would like to keep the date.

thanks.

Hello @COK,

Thanks for writing in!

To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.p-meta>span:after,
.p-meta>span:last-of-type,
.p-meta>span:last-child {
    display: none;
}

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.