Home Forums WoodMart support forum Shop Header Categories – Hide/ Show Categories of choice Reply To: Shop Header Categories – Hide/ Show Categories of choice

#234919

Hello,

I saw the screenshots you attached.

1) To hide specific categories from the shop page title Please Go to Theme Settings >> Shop >> Sidebar & Page Title.

Screenshot for Clarification: https://ibb.co/gmfGKcc

2) If we try to display them as you mentioned using CSS then it might affect the layout of them.

If you still want the CSS then try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.woodmart-product-categories .category-nav-link {
	width: 245px;
}

3) To remove categories from the shop page you can disable them from Theme Settings >> Shop >> Sidebar & Page Title.

Screenshot for Clarification: https://ibb.co/wgt3Xmd

Regard’s.
Xtemos Studios.