Remove Metadata Icons

Hello there,

I have been able to use CSS to customize certain elements of metadata on the post page for Integrity, but I can’t seem to remove the icons before the metadata.
Is there anything I can do to remove those icons?

Thanks!

Hi,

Thanks for writing in!

To hide the icons, you can add the code below in Theme Options > CSS

.p-meta span i {
    display: none;
}

Hope that helps

Thanks so much! That did the trick!

You’re welcome!
We’re glad @Paul.r were able to help you out.

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