Home › Forums › Basel support forum › mobile menu css
mobile menu css
- This topic has 7 replies, 2 voices, and was last updated 1 year, 9 months ago by Elise Noromit.
-
AuthorPosts
-
October 27, 2022 at 12:52 pm #416900
ivanbangbusParticipantHi great team 🙂
I found your CSS to change colors in menu:body .mobile-nav {
background-color: white;
}
body .mobile-nav ul li .up-icon{
background-color: #c64e52;
}
body .mobile-nav .sub-menu-dropdown ul:before {
color: #c64e52;
}
body .mobile-nav ul li.current-menu-item>a {
color: red;
}
body .mobile-nav ul li a {
color: #51626f;
}
body .mobile-nav .icon-sub-menu:after,
body .mobile-nav .icon-sub-menu:before {
background-color: #c64e52;
}
body .mobile-nav .searchform button {
color: #51626f;
}
body .mobile-nav .searchform input[type=text] {
color: red;
}but no one change background of sub menu that remain dark-style.
Can you give me the right CSS to add at mine please?
I attach image to explain better.BR
IvanAttachments:
You must be logged in to view attached files.October 28, 2022 at 3:23 am #417050
Elise NoromitMemberHello,
Please try to set the color for this selector: https://gyazo.com/4caa865b0810719742c845b0acf6808d
If you have any questions please feel free to contact us.
Best Regards
November 10, 2022 at 5:06 pm #420173
ivanbangbusParticipantHi team,
I try your CSS but it is all menu background.
I need CSS for submenu background color.
As you can see in the image before it is submenu, not menu.Thanks
IvanNovember 11, 2022 at 5:52 am #420281
Elise NoromitMemberHello,
Please provide the site URL and screens showing which items you want to change.
Best Regards
November 15, 2022 at 2:59 pm #421252
ivanbangbusParticipantHi great team, the correct link is:
mostskincare.comfrom mobile menu, clicking on “problemi della pelle” it will open submenu, bkg color of this is grey, I’d like to have white like the bkg color in 1th level menu
Thanks
IvanAttachments:
You must be logged in to view attached files.November 17, 2022 at 5:55 am #421734
Elise NoromitMemberHello,
Please find this code in the Theme Settings > Custom CSS:
https://gyazo.com/7d439671812fa2a2ce369b0052a168fd
Then replace this code:
body .mobile-nav ul li a { color: #51626f; }
with this one:
body .mobile-nav ul li a { color: #ffffff; }
If you have any questions please feel free to contact us.
Best Regards
February 14, 2023 at 1:58 pm #442900
ivanbangbusParticipantI probably explained myself badly. I’d like to change color of bkg submenu from mobile, I made simulation in the image attachment. Your CSS doesn’t work well.
Thanks
IvanAttachments:
You must be logged in to view attached files.February 16, 2023 at 3:36 am #443412
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .mobile-nav .sub-menu-dropdown li a { font-size: 14px; background-color:red; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register