Home / Forums / WoodMart support forum / Mobile Menu Styling
Home › Forums › WoodMart support forum › Mobile Menu Styling
Mobile Menu Styling
- This topic has 11 replies, 2 voices, and was last updated 6 years, 4 months ago by
Elise Noromit.
-
AuthorPosts
-
June 18, 2019 at 3:53 pm #129109
newK9ParticipantHi Xtemos,
I wonder if you could help me or point me in removing the lines between the dropdown of the mobile menu? (Highlighted in the image)
Thank you
Attachments:
You must be logged in to view attached files.June 18, 2019 at 6:09 pm #129133
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .site-mobile-menu li.menu-item-has-children>a { border-bottom: 1px solid rgba(129,129,129,.2)!important; border-top: 1px solid rgba(129,129,129,.2)!important; } body .site-mobile-menu li a { border-bottom: 1px solid transparent; }Best Regards
June 19, 2019 at 12:52 am #129154
newK9ParticipantHi Elise,
Thank you for the code. I was looking to keep the lines for the main elements in the menu (In green) but remove the lines for the sub parts (in orange) and blue. Then the blue area once opened for the text to slightly indent in.
Thank you for your help
Attachments:
You must be logged in to view attached files.June 19, 2019 at 11:51 am #129224
Elise NoromitMemberHello,
Please replace the code with this one:
body .site-mobile-menu .sub-menu li a { border-bottom: 1px solid transparent; border-right:1px solid transparent; } body .icon-sub-menu { border-left: 1px solid transparent; }Best Regards
June 19, 2019 at 12:31 pm #129239
newK9ParticipantHi Elise, Worked perfectly, although I was wondering where I’ve highlighted in blue is it possible for the text to move over? Just like they do in categories in the sidebar.
Attachments:
You must be logged in to view attached files.June 19, 2019 at 1:06 pm #129257
Elise NoromitMemberHello,
Add this line into the code for
body .site-mobile-menu .sub-menu li apadding-left:40px;Best Regards
June 19, 2019 at 10:05 pm #129340
newK9ParticipantHi Elise,
Worked perfectly, but I was also looking for the next sub menu to indent also. I’ve highlighted in the blue and the other image of the categories sidebar how I was thinking. Thank you for your help so far, very much appreciated.
Attachments:
You must be logged in to view attached files.June 20, 2019 at 5:34 am #129351
Elise NoromitMemberHello,
Please provide your site URL so that I could give the custom CSS.
Best Regards
June 20, 2019 at 10:55 am #129417
newK9ParticipantThank you Elise, Added below.
June 20, 2019 at 1:25 pm #129440
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .site-mobile-menu .sub-sub-menu li a { padding-left: 60px!important; }Best Regards
June 20, 2019 at 1:35 pm #129442
newK9ParticipantThank you for your help works perfectly.
June 20, 2019 at 2:35 pm #129458
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
Tagged: mobile menu
The topic ‘Mobile Menu Styling’ is closed to new replies.
- You must be logged in to create new topics. Login / Register