Home › Forums › WoodMart support forum › Mobile menu style
Mobile menu style
- This topic has 7 replies, 3 voices, and was last updated 1 year, 9 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
February 15, 2023 at 5:17 am #443106
wujuan911800262Participantwoodmart theme can change the style of the cell phone mobile menu, the following is my recorded video, I need is that style of cell phone mobile menu
Attachments:
You must be logged in to view attached files.February 15, 2023 at 2:00 pm #443238
Aizaz Imtiaz AwanKeymasterHi,
Add this code to the Theme Settings > Custom CSS > Custom CSS for mobile:
body .wd-nav-mobile>li>a { color: green; background-color:black; } body .wd-nav-mobile>li>a:hover { color: white; background-color:black; }
Please replace the colors as per your needs.
Best Regards.
February 16, 2023 at 9:05 am #443475
wujuan911800262ParticipantI don’t know if I misrepresented it or if you got me wrong. I didn’t mean to change the color, but to change the style of the header menu on the mobile side, the style of the opening method, the drop-down style of the small arrow cursor
February 16, 2023 at 1:45 pm #443586
Aizaz Imtiaz AwanKeymasterHi,
You need to create two different menus in Appearance > Menu, assign one as main, and another one as mobile.
Then in the Header builder, you need to add the Main menu element: https://xtemos.com/docs/woodmart/header-builder/add-edit-builder-elements/
Then switch to the mobile view: https://xtemos.com/docs/woodmart/header-builder/header-responsive-settings/
And add the mobile menu, as a result you will have to the different menus on different devices.
Best Regards.
February 17, 2023 at 7:22 pm #444074
wujuan911800262ParticipantSo that’s it, thanks a lot!
February 17, 2023 at 9:49 pm #444104
wujuan911800262ParticipantNo, no, no, I think I still didn’t make myself clear. I actually have two headers, one for the mobile side and one for the desktop side. The menus I do use one menu bar for both, not a new menu for the mobile side because I want to use one menu for both the mobile side and the desktop side. I just want to change the style of the downward-grading triangle cursor in the mobile menu, so that it does not appear as a black square when I click on the triangle
And don’t show that vertical line when clicking on the menu!February 17, 2023 at 10:23 pm #444114
maltgeorgeParticipantI think I understand what you mean, give this CSS a try
.mobile-nav .wd-nav-opener {
border-left: 0;
}.mobile-nav .wd-nav-opener.wd-active {
background-color: #FFF;
color: #242424;
}Change the colours as you want.
February 18, 2023 at 3:29 pm #444278
Aizaz Imtiaz AwanKeymasterHello,
Sorry for the earlier misunderstandings. Regarding the Mobile Menu style the thing is right now under the Header Builder for the Mobile Menu there isn’t a separate style related options available. For the available options to configure related to it you can edit the Mobile Menu element under the Header Builder: https://snipboard.io/A2MrqL.jpg
Further, you can try out the CSS solution provided by maltgeorge, if it is of any help to you.
@maltgeorge:
Thanks for sharing your suggestions with other Customers. Appreciate that 👍Best Regards
-
AuthorPosts
Tagged: Mobile menu style
- You must be logged in to create new topics. Login / Register