Home › Forums › WoodMart support forum › mega menu css
mega menu css
- This topic has 14 replies, 2 voices, and was last updated 1 year, 5 months ago by Luke Nielsen.
-
AuthorPosts
-
June 27, 2023 at 6:32 pm #477692
fcoerezzaParticipantHi, I need to know how I can define a unique background colour for the aside menu item selected and for the whole background in the sub-menu area. Look at the image attached.
basically, I’d like to define different background colours for each of the left menu item, that includes also the sub-menu area on the right.Besides, I’d like to reduce the vertical spacing between the sub-menu otems. how can I do?
thank youAttachments:
You must be logged in to view attached files.June 28, 2023 at 10:26 am #477835
Luke NielsenKeymasterHello,
1. The background for the menu you can change via WoodMart -> Header builder -> Categories.
2. In order to reduce the space between the mega menu and categories menu, set the “Set sizes” design for each menu item.
3. Unfortunately, there is no way to set some background color for each menu item.
I’d be happy to assist if you have any other questions or concerns.
Kind Regards
June 28, 2023 at 12:18 pm #477880
fcoerezzaParticipanthi support,
01. I’m not use a category menu but a standard menu, so there is not the background option. I’m afraid we’ve to use CSS …
02. I followed your hint, and I set the “set size” to 100 (from 495) for one item (vini rossi). no changes, even if I cleaned the browser cache. I’m afraid that also in this case we’ve to use CSS …
03. OKJune 28, 2023 at 12:24 pm #477883
Luke NielsenKeymasterHello,
I would like to request temporary admin access to the website to take a better look at the issue there.
Looking forward to collaborating with you!
Kind Regards
June 28, 2023 at 1:02 pm #477893
fcoerezzaParticipantsure. you can find the credentials in the private area
June 28, 2023 at 1:42 pm #477901
fcoerezzaParticipantlet me add a new request: how can I change the color of the main menu item on hover?
June 28, 2023 at 4:37 pm #477982
Luke NielsenKeymasterHello,
Please make sure that the address of the site is correct: https://prnt.sc/fpvr_acY4u7G
I await your response.
Kind Regards
June 28, 2023 at 4:40 pm #477984
fcoerezzaParticipantJune 29, 2023 at 4:46 pm #478264
Luke NielsenKeymasterHello,
1. Edit that menu, or rather the “Vini” menu item and change the “Aside style” to “With background”.
2. Seems that you have fixed the space between menus: https://prnt.sc/fP-eLMOZguQ5
If you have any other questions or concerns, please do not hesitate to reach out, I’d love to help!
Kind Regards
June 29, 2023 at 7:22 pm #478305
fcoerezzaParticipantHi, I made how you wrote, and you can find in the picture attached my questions.
thank youAttachments:
You must be logged in to view attached files.June 30, 2023 at 11:50 am #478445
Luke NielsenKeymasterHello,
1. Reduce the height of the items:
.whb-header .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu>li>a { padding: 10px 20px; }
2. The hover color try to change via Theme Settings -> Typography -> Advanced -> create a new rule with the “Main navigation” condition and change the hover color via an appropriate field: https://prnt.sc/4reoHVlNYfC3
Let me know if you have any questions, I’d be happy to answer them.
Kind Regards
June 30, 2023 at 2:54 pm #478511
fcoerezzaParticipantI added the rule and it works fine, thank you.
As for the menu items vertical space/padding, the CSS you sent me seems not to work.
Look at the image attached or go to https://staging.acinolilla.com/
Besides, how can I have the same settings for all the menu in the header?
with the “main navigation” rule I fixed the left side and what rule I have to add for the menu on the right side?
thank youAttachments:
You must be logged in to view attached files.June 30, 2023 at 5:51 pm #478568
Luke NielsenKeymasterHello,
1. Here is another rule for that menu: https://prnt.sc/4s4-u9ktLumz
2. Try to use the below code for help:
.whb-header .wd-sub-menu li>a { padding-top: 4px; padding-bottom: 4px; }
Kind Regards
June 30, 2023 at 6:24 pm #478578
fcoerezzaParticipantall is working like a charm! thank you!
July 3, 2023 at 10:00 am #478793
Luke NielsenKeymasterHello,
You are welcome! In case you need any additional help, I’d be more than happy to assist you.
Have a good day!
Kind Regards
-
AuthorPosts
The topic ‘mega menu css’ is closed to new replies.
- You must be logged in to create new topics. Login / Register