Comments 1katana9 started the conversationFebruary 3, 2020 at 8:49amHi there,How to remove category links please ? 296Paul repliedFebruary 10, 2020 at 7:02pmHi,Please apply this custom CSS to hide the category links on the portfolio single pages: .post-categories-tags-wrapper { display: none; } Regards,Paul 1katana9 repliedFebruary 10, 2020 at 8:06pmThe category link of the portfolio listing stay active with your css.... Do I need use pointer-events: none !important; to fix it ? Thank you 296Paul repliedFebruary 19, 2020 at 5:34pmSorry, Kat. I thought you meant the category links on the single pages.To remove the category links on the portfolio listing page, please use this instead: .portfolio-category-wrapper { display: none; } I hope it helps. Sign in to reply ...
Hi there,
How to remove category links please ?
Hi,
Please apply this custom CSS to hide the category links on the portfolio single pages:
Regards,
Paul
The category link of the portfolio listing stay active with your css....
Do I need use
pointer-events: none !important;
to fix it ?
Thank you
Sorry, Kat. I thought you meant the category links on the single pages.
To remove the category links on the portfolio listing page, please use this instead:
I hope it helps.