Regarding product categories on product archive page
-
Hi, 2 questions regarding the product categories on the product archive page (Shop page)
1) Is it possible to modify the font colors / sizes in the theme panel settings (Under Typology tab)? if yes, where? Or is it a Custom CSS modification?
2) Is it possible to hide specific categories (where there are products in it) in this overall “ALL CATEGORIES” view. For example, if I have created a SALES category, i would like to hide it when it is not during the SALES period.
Please see attached image. Thank you.
Attachments:
You must be
logged in to view attached files.
Hello,
1) To change the font color or size of those categories which shown in shop page header section. You have to use the below Css code in Theme Settings >> Custom CSS >> Global Custom CSS:
.woodmart-product-categories .category-name{
color:red;
font-size: 30px;
}
.nav-shop .shop-title-wrapper .entry-title{
color:red;
font-size: 30px;
}
I just used 30px font size and red font color to set an example for you. You can use any other font size and color.
2) No, there is no such option to hide the specific categories from the shop header. You can check the below article for this purpose:
https://wordpress.org/support/topic/hide-products-or-categories-from-woocommerce/
Best Regards.