Home / Forums / WoodMart support forum / Assistance Needed with Menu Customization
Home › Forums › WoodMart support forum › Assistance Needed with Menu Customization
Assistance Needed with Menu Customization
- This topic has 7 replies, 2 voices, and was last updated 2 years, 7 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
November 16, 2023 at 10:48 am #512778
AndyParticipantGood day Support Team,
I am currently working on customizing my website’s menu and would appreciate your guidance on the following points:Desktop: (Refer to the attached screenshot)
1. How to add separate lines in the drop-down menu.
2. How to add a pointing arrow to the drop-down menu (similar to the mobile menu).
3. How to change the color in the drop-down menu.Mobile: (Refer to the attached screenshot)
1. How to change colors in the drop-down menu for each submenu.Thanks
Attachments:
You must be logged in to view attached files.November 16, 2023 at 2:16 pm #512866Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> CSS for Desktop section:
.wd-sub-menu li { border-bottom: 1px solid white; } .wd-nav-product-cat .wd-sub-menu li a { color: #2575fc; }Add this code in Theme Settings >> Custom CSS >> CSS for mobile section:
.wd-nav-accordion-mb-on .wd-nav-product-cat li a { color: red; }Best Regards.
November 16, 2023 at 8:46 pm #512990
AndyParticipantGood day Support Team,
I appreciate your prompt response and assistance. Following the application of the provided CSS codes, I observed changes in text color but not in the background. I would like to achieve the following styling modifications for both desktop and mobile views:
Desktop: (Refer to the attached screenshot)
• Change drop-down menu text color
• Change drop-down menu hover text color
• Change drop-down menu background colorMobile:
• Change drop-down menu text color
• Change drop-down menu hover text color
• Change drop-down menu background color for submenu/sub-submenusThank you for your support.
Attachments:
You must be logged in to view attached files.November 17, 2023 at 1:15 pm #513162Hello,
Sorry to say I have been unable to visit your site due to maintenance mode. Please share the wp logins details in the private content so i will check and give you a custom css code.
Best Regards.
November 17, 2023 at 3:06 pm #513200
AndyParticipantHi,
Please see below in extra information
November 18, 2023 at 9:15 am #513396Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> CSS for Desktop section:
.wd-nav-product-cat .wd-sub-menu { --sub-menu-color: #eb0b0b; --sub-menu-color-hover: #4285f4; background-color: yellow; }Add this code in Theme Settings >> Custom CSS >> CSS for mobile section:
.wd-nav[class*="wd-style-underline"] .nav-link-text { background-color: blue; } .wd-nav[class*="wd-style-"]>li>a { background-color: #371b1b; color: red; } .wd-nav-accordion-mb-on.color-scheme-light .wd-nav-product-cat .wd-dropdown { background-color: yellow; }Change the code as per your requirements.
Best Regards.
November 18, 2023 at 6:16 pm #513503
AndyParticipantHi Support Team,
Thank you for sorting out the Menu background colors. However, in Desktop Menu, how can I add a pointing arrow/sign to indicate that there is a submenu in the next column, similar to what we have in the Mobile menu? (Refer to the attached screenshot)
Thank you.
Attachments:
You must be logged in to view attached files.November 20, 2023 at 3:26 pm #513831Hello,
Sorry but there is no option in Theme Settings available for that.
It requires customizations and this is beyond our limitations and support policy.
Regards.
Xtemos Studios -
AuthorPosts
- You must be logged in to create new topics. Login / Register