Home Forums WoodMart support forum How to edit widget product category parent color **only parent**

How to edit widget product category parent color **only parent**

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #333656

    [email protected]
    Participant

    How to edit widget product category parent color **only parent**

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .widget_product_categories .product-categories li.current-cat>a {
        color: rebeccapurple;
    }

    Best Regards

    #333845

    [email protected]
    Participant

    this css apply to only active parent category. do you have the way to apply to all parent category?

    #333865

    Hello,

    Please replace the previous Custom CSS with the following.

    .widget_product_categories .product-categories .cat-parent a {
        color: red;
    }
    
    ul.children.list-shown li > a {
        color: black !important;
    }

    Best Regards

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