Home › Forums › WoodMart support forum › Where to edit styles for menu items
Where to edit styles for menu items
- This topic has 16 replies, 2 voices, and was last updated 7 months, 4 weeks ago by
Hung Pham.
-
AuthorPosts
-
November 4, 2024 at 5:20 am #609586
StrykerParticipantHello,
Where can I style the category menus, I would like to add a hover color to the side flyout menu, Please see screenshot, Thank youAttachments:
You must be logged in to view attached files.November 4, 2024 at 12:00 pm #609681
Hung PhamKeymasterHi Stryker,
Thanks for reaching to us.
Navigate to Theme Settings > Typography > Advanced. In this area, you can assign elements to the below Custom Class:
.wd-dropdown.wd-dropdown-cats .wd-sub-menu li>a:hover
Please refer to our documentation https://xtemos.com/docs-topic/advanced-typography-settings/
Regards,
November 5, 2024 at 4:33 am #609888
StrykerParticipantThere isn’t a better way to customize the menu styles like with elementor?
November 5, 2024 at 7:07 am #609907
Hung PhamKeymasterHi Stryker,
Unfortunately, there is no way to edit styling of menu items via Elementor.
We have few pre-defined elements that you can use to change menu items’s styles https://ibb.co/c1D1n06 With the complicated ways, you need to use Custom CSS classes.
Hope it helps.
Regards,
November 5, 2024 at 6:02 pm #610118
StrykerParticipantOk where is the stying coming from then? I see a light gray color when hovering over shop all mens. Please see screenshot. Also I want the sub-catergorie to be full width, I thought I could change it in the appearance section under the option
Attachments:
You must be logged in to view attached files.November 6, 2024 at 9:24 am #610191
Hung PhamKeymasterHi Stryker,
To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Regards,
November 6, 2024 at 6:17 pm #610373
StrykerParticipantPlease see private area below
November 7, 2024 at 6:33 pm #610589
Hung PhamKeymasterHi Stryker,
1. Hovering colors
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
ul.wd-nav-vertical.wd-design-default>li:is(.wd-opened,:hover)>a { background-color: #000; color: #fff; }
2. Dropdown’s width
Navigate to Appearance > Menu > Edit Desktop Category Menu > Expand Sub Item and in the drop down Settings choose the design
Full Width
https://ibb.co/fQp3t8ZRegards,
November 7, 2024 at 8:39 pm #610613
StrykerParticipantOk great thank you, i’ll give it a try
November 8, 2024 at 1:03 am #610634
StrykerParticipantOk that worked, But the sub menu did not change?
Attachments:
You must be logged in to view attached files.November 8, 2024 at 11:29 am #610693
Hung PhamKeymasterHi Stryker,
The admin link has been expired, can you please re-send the new one?
Regards,
November 8, 2024 at 5:38 pm #610878
StrykerParticipantSure, Please see private, Thanks
November 9, 2024 at 8:49 am #610960
Hung PhamKeymasterHi Stryker,
Thank you so much.
.wd-header-cats .wd-dropdown.wd-dropdown-menu:hover{ background-color: #000; } .wd-header-cats .wd-dropdown.wd-dropdown-menu:hover .wd-sub-menu li>a{ color: #fff; }
Regards,
November 17, 2024 at 5:23 pm #612750
StrykerParticipantOk thanks that worked as well, But the hight does not match on hover, I have changed the hight in the menu settings for mens category but no change, Please see screenshots, Thanks
Attachments:
You must be logged in to view attached files.November 19, 2024 at 11:33 am #613304
Hung PhamKeymasterHi Stryker,
The admin link has been expired, can you please re-send the new one?
Regards,
November 20, 2024 at 9:48 pm #613990
StrykerParticipantPlease see privte
November 21, 2024 at 12:00 pm #614179
Hung PhamKeymasterHi Stryker,
Thanks for details.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.wd-dropdown-menu.wd-design-default { padding: var(--wd-dropdown-padding, 5px 20px); }
Regards,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register