Home Forums WoodMart support forum Category selected

Category selected

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #319783

    MaciejMy
    Participant

    Welcome,

    How to make the main category selected by me highlight in the category menu, and the selected subcategory in it.

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

    Hello,

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

    .widget-area li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.current-menu-item > a {
        color: orange;
    }

    Best Regards

    #319816

    MaciejMy
    Participant

    Highlights the main category, but not the subcategories. There is no orange color.

    #319922

    Hello,

    Please replace the previous Custom CSS with the following then check back.

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

    Best Regards

    #320018

    MaciejMy
    Participant

    It works! You are the best support I have ever had :). Thank you. Have a nice day.

    #320020

    Most Welcome!!!!

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘Category selected’ is closed to new replies.