Product Categories - by kh1mie - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 8 years, 1 months ago ago by Robert Hall

  • Avatar: khimie143
    kh1mie
    Participant
    March 16, 2016 at 16:57

    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!

    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 16, 2016 at 17:05

    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

    Avatar: khimie143
    kh1mie
    Participant
    March 16, 2016 at 17:34

    It worked! Thank you so much!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 16, 2016 at 17:40

    You’re welcome!

    Regards,
    Robert Hall

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Product Categories’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.