This topic has 4 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Robert Hall
Hello Awesome Support Team!
I got a question regarding product categories, can anyone help me how make changes on the categories layout? I want to make the categories like example below.
Women’s Shoes
Pumps & Heels
Flats & Sneakers
Etc.
Men’s Shoes
Casual
Dress & Formal
Basically, I want to make the parent product Categories as bolder than the normal categories. And also reduce the font a little bit like the size of Legenda product categories. Please let me know if its possible for Woopress.
Thank you so much in advance Team!
Hello,
Please try to add the following code in Theme Options->Custom CSS->Global Custom CSS
.product-categories > li > a {
font-weight: bold;
}
.product-categories > li > ul.children li > a {
font: 10px/16px 'Raleway';
}
Regards,
Robert Hall
It worked! Thank you so much!
You’re welcome!
Regards,
Robert Hall
Tagged: best selling, ecommerce, online store, product categories, shopping, themes, woocommerce
The issue related to '‘Product Categories’' has been successfully resolved, and the topic is now closed for further responses