Reduce levels of categories navigation on the shop page [below page title]
-
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.
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
Yes, Its working..
Thanks a ton for the support..”Elise Noromit”
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Reduce levels of categories navigation on the shop page [below page title]’ is closed to new replies.