Home Forums WoodMart support forum Reduce levels of categories navigation on the shop page [below page title]

Reduce levels of categories navigation on the shop page [below page title]

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

    kutumbs
    Participant

    How to Reduce levels of categories navigation on the shop page [below page title]. or dont want to show child categories navigation on the shop page [below page title].

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

    Hello,

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

    .woodmart-product-categories .children .children {
    	display:none !important;
    }
    
    .woodmart-product-categories .children .icon-drop-category {
    	display: none;
    }

    Best Regards

    #123162

    kutumbs
    Participant

    Yes, Its working..
    Thanks a ton for the support..”Elise Noromit”

    #123207

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Reduce levels of categories navigation on the shop page [below page title]’ is closed to new replies.