Hide category descriptions from showing on live pages
-
Hello,
I have category descriptions which were hidden when I was using the Dokan template BUT now with the Woodmart theme, the descriptions are showing on top of the page.
Please see private content for more info.
How can I have the category descriptions hidden from the live category pages so they do not show but still in the background for Google?
Hello,
I have visited your website and the category description is not displaying. Please clear cache and check back.
Best Regards
Hello Aizaz,
Yes they are not displaying because I removed them (as mentioned in my last message) as I don’t want them to show up on the page. “I have now had to remove all descriptions as they were showing on the live page.”
Please see the video in my private content from my last message so you can see the issue.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.post-type-archive .term-description {
display: none;
}
Best Regards