Home › Forums › WoodMart support forum › Edit the products menu at minimalist
Edit the products menu at minimalist
- This topic has 5 replies, 2 voices, and was last updated 4 years, 10 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
May 6, 2020 at 11:08 pm #192926
vasiliszbParticipantHow can I edit the products menu at minimalist demo?
I want to remove and rearrange items and also change the colour of the background of the submenuAttachments:
You must be logged in to view attached files.May 7, 2020 at 7:53 am #193005
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshots you attached.
You can edit the menu from Appearance >> Menus.
Screenshot for Clarification: https://ibb.co/n0Hp9BG
To change the background color of the drop-down you need to add the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.category-nav-link .woodmart-product-categories .children { background: red; }
You can set the color according to your needs.
Best Regards.
May 7, 2020 at 11:32 am #193093
vasiliszbParticipantat the menu Appearance >> Menus, I got Categories,Main navigation,Menu left,Menu right,Mobile navigation, Top Bar Right, menus.
None of them affects the menu under the logoAttachments:
You must be logged in to view attached files.May 7, 2020 at 11:45 am #193101
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached. This is not a menu this is shop page categories that are displayed under the shop title. That is coming from Products >> Categories.
Screenshot for Clarification: https://ibb.co/BGWBsbg
So when you create categories from Products >> Categories they will be displayed in the page title.
Best Regards.
May 7, 2020 at 12:25 pm #193115
vasiliszbParticipantand if I want to have some categories not to saw on this menu?
eg. I have a main category “Home Accessories” -> “electrical-appliances” (subcategory) -> “fans” and I want to show at the menu only “electrical-appliances” with his submenu “fans”, but I don’t want to delete the main category “Home Accessories”, I want to hide it only.May 8, 2020 at 4:52 am #193314
Aizaz Imtiaz AwanKeymasterHello,
Unfortunately, there is no option in theme settings to display specific categories in the shop page title.
You can hide the specific categories using Custom CSS. But if you hide parent category from the shop title then you will not be unable to see the sub categories under it.
If you still want to hide it then you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
The following CSS will hide the category whose id will be 42 from the shop page title.
.woodmart-product-categories.has-product-count .cat-item-42 { display: none; }
You can add the categories id according to your needs.
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register