Home Forums WoodMart support forum how can i change the active category item color?

how can i change the active category item color?

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

    sourov
    Participant

    https://prnt.sc/pt2o36
    and is it possible to change the color of the parent category and all related categories in it?
    https://prnt.sc/pt2rfq

    #155091

    Hello,

    You can change the active category item color by using the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:

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

    Result: https://jmp.sh/bqWksiA

    But it is not possible to change the color of its parent and of all related categories in it. It requires customizations and this is beyond our limitations and support policy.

    Best Regards.

    #155125

    sourov
    Participant

    could you plz add this on your update list. that’s a request. it will look better if the parent and of all related categories in it will show in a different colors.

    #155138

    Hello,

    Thanks for sharing the suggestion/feature request with us, I am forwarding this to our development department for considering to add it in the theme, but I am not giving you the guarantee for that because please note that a theme cannot satisfy all requirements as it may occur theme heaviness. Sometimes it may require your own customization. So if the development department finds it fit with the theme environment then surely they will look through it.

    Thanks for your understanding.

    Topic Closed.
    Best Regards.

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

The topic ‘how can i change the active category item color?’ is closed to new replies.