This topic has 2 replies, 2 voices, and was last updated 8 years, 5 months ago ago by Robert Hall
Hello,
I would like to know the Custom CSS to display: none, the Product Category Description, on Shop/ Category pages above the product grid?
I would like to have Category Descriptions for SEO purposes, however I don’t want them to display above products.
Regards,
Kat
Hello,
Please try to add this code in Theme Options->Custom CSS->Global Custom CSS
.category-description {
display: none;
}
Regards,
Robert Hall
Tagged: category, description, persuasive, product, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up