Home › Forums › WoodMart support forum › Categories customization on header buttom
Categories customization on header buttom
- This topic has 12 replies, 2 voices, and was last updated 1 year, 6 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
August 24, 2023 at 5:01 pm #491080
ZakkyParticipantHello.
I couldn’t find any settings that would help me to resize the Categories button in the Header Buttom block.
By default, it is set to min-width: 270px, I want it to look something like the screenshot provided.
Also the width of the drop down menu is wide enough for me, how can I change the height of the drop down menu items.Attachments:
You must be logged in to view attached files.August 24, 2023 at 6:02 pm #491105
ZakkyParticipantSupport is only available during business hours ?
August 25, 2023 at 1:58 pm #491266
Aizaz Imtiaz AwanKeymasterHello,
Try to add following code in Theme Settings > Custom CSS > Global Custom CSS:
.wd-header-cats.wd-style-1 .menu-opener { min-width: 150px !important; }
Change the value as per our requirements.
Best Regards.
August 25, 2023 at 2:03 pm #491273
ZakkyParticipantThank you, you have answered the first part of the question. That works.
What about the second part, where I need to change the height of the dropdown list. I have shown it in the screenshotAugust 25, 2023 at 5:23 pm #491320
Aizaz Imtiaz AwanKeymasterHello,
Try to add following code in Theme Settings > Custom CSS > Global Custom CSS:
.wd-nav-vertical>li>a { padding: 1px 12px !important; font-size: 10px !important; line-height: 10px !important; }
Best Regards.
August 25, 2023 at 6:52 pm #491350
ZakkyParticipantThis code only works if I don’t add an icon next to the menu. If I add an icon on the left side, the width becomes the default width
August 25, 2023 at 6:53 pm #491351
ZakkyParticipantI provide a screenshot of this problem.
Attachments:
You must be logged in to view attached files.August 25, 2023 at 6:55 pm #491353
ZakkyParticipantAlso there is a feeling that this menu as if slowing down. Is it possible to remove all the effects or animations standard ? You can check it on my site and notice that somehow it feels like something is wrong with this menu.
August 26, 2023 at 10:24 am #491419
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the WP admin login details of your site so I will check and give you a possible solution.
Best Regards.
August 26, 2023 at 1:05 pm #491445
ZakkyParticipantSure
August 26, 2023 at 2:30 pm #491454
Aizaz Imtiaz AwanKeymasterHello,
01. Try to add this code:
.wd-dropdown-cats { min-width: 130px !important; }
The width of the drop down will increase or decrease based on the category title content. The more content will get more space. In this case you have to use a smaller font size.
02. It is an issue with menu color and header color. Go to Theme Settings > Typography > Advanced > change the color of the main navigation links selector.
Best Regards.
August 26, 2023 at 2:46 pm #491457
ZakkyParticipantAgain, this is only part of what I asked you to check…look at the height of the menu item with icon and the item without icon…they are different…..one is higher than the other.
August 26, 2023 at 3:28 pm #491461
Aizaz Imtiaz AwanKeymasterHello,
When you add the icon with the category. It will take its place with the title. As a result the width and height will change.
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register