Home › Forums › WoodMart support forum › main menu in mobile header
main menu in mobile header
- This topic has 13 replies, 2 voices, and was last updated 3 years, 12 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
September 14, 2021 at 8:41 am #318415
LisawiParticipantHi,
how can I add main menu in mobile header?
Greetings, Lisa
September 14, 2021 at 12:00 pm #318487
Aizaz Imtiaz AwanKeymasterHello,
To set the menu for the mobile side menu you need to Go to Appearance >> Menus >> Edit Menu that you want to use as mobile side menu >> Scroll down and set it as mobile side menu.
Screenshot for Clarification: https://ibb.co/S52hP0p
Then you can add it in the mobile header using the mobile menu element of the theme.
If you want to ask anything else then provide a relevant screenshot of the specific area to check it myself and help you out accordingly.
Best Regards
September 15, 2021 at 5:21 am #318642
LisawiParticipantHi,
my problem is, that I wat to have the same menu mobile as in desctop. But in the header options for mobile I can not choose main menu.So I have different menus as I can not choose full screen menu for mobile…
Greetings,
LisaSeptember 15, 2021 at 7:26 am #318673
Aizaz Imtiaz AwanKeymasterHello,
Sorry but the full screen menu doesn’t work for mobile devices. It only works on Desktop.
Regards.
Xtemos Studios.September 18, 2021 at 1:47 pm #319498
LisawiParticipantOk. So hiw can I influence icon size on the mobile menu and change colour to #474747?
Greetings
LisaAttachments:
You must be logged in to view attached files.September 20, 2021 at 5:59 am #319660
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.wd-nav-mobile .wd-nav-img { max-height: 30px; }
Sorry, but it is not possible to change the color of the icons.
Best Regards
September 20, 2021 at 6:12 am #319666
LisawiParticipantHi,
Thanks!So I ment to chnage background color of menu from white to grey ‘474747.
How can I do that?Greetings,
LisaSeptember 20, 2021 at 7:18 am #319704
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.wd-side-hidden { background-color: #474747; } .wd-nav-mobile>li>a { color: white; } .wd-nav-opener:after { color: white; }
Regards.
Xtemos Studios.September 20, 2021 at 10:00 am #319759
LisawiParticipantHi,
on mobile it looks fine. But on tablet ist dos not move.Is is possible that there is a mistake inside here: .wd-nav-mobile>li>a
Greetings,
LisaSeptember 20, 2021 at 11:55 am #319785
Aizaz Imtiaz AwanKeymasterHello,
Please use the same CSS in the Custom CSS for the tablet area.
.wd-side-hidden { background-color: #474747; } .wd-nav-mobile>li>a { color: white; } .wd-nav-opener:after { color: white; }
Then check back.
Best Regards
September 21, 2021 at 6:10 am #319932
LisawiParticipantPerfect thanks! 🙂
Now there is just a littel thing: the font-family used here is the text font.
But I want to have it same as menu on desctop.
So how can I change font-family in custom css?Greetigns,
LisaSeptember 21, 2021 at 7:32 am #319957
Aizaz Imtiaz AwanKeymasterHello,
You’re Most Welcome.
You can try adding the following Custom CSS for that.
.wd-nav-mobile li a { font-family: 'Yanone Kaffeesatz'; font-size: 20px; font-weight: 300; }
Regards.
Xtemos Studios.September 21, 2021 at 7:52 am #319972
LisawiParticipantThanks! Looks perfect! 🙂
September 21, 2021 at 8:13 am #319983
Aizaz Imtiaz AwanKeymasterHello,
We are thrilled that you loved your experience with XTEMOS,We put customer experience and satisfaction as our priority, and your words reaffirms the hard work we put in every day.
So thanks for your kind words and we look forward to seeing you again.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘main menu in mobile header’ is closed to new replies.
- You must be logged in to create new topics. Login / Register