Home Forums WoodMart support forum Widget Category Filter

Widget Category Filter

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #637460

    shweta
    Participant

    Hello Team,

    I have added a filter category on the side widgets, which I have marked in green. I want to change the color and put the main category in bold as it defines the category.

    Attachments:
    You must be logged in to view attached files.
    #637574

    Hung Pham
    Keymaster

    Hi shweta,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .widget_product_categories .product-categories > li > a{
        font-weight: 900;
    }

    Regards,

Viewing 2 posts - 1 through 2 (of 2 total)