Remove category visually using integrity

I am trying to remove the linked category text in the post meta. I have read articles and tried to modify the child theme but have had no luck. Please advise. Thank you.

Hi there,

Please try this CSS approach:

.p-meta span:nth-child(3) {
    display: none;
}

Here are some reference links related to the suggestions above:

Hope this helps.

Worked great. Thanks Jade.

We are delighted to assist you with this.

Cheers!

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