Home › Forums › Basel support forum › hi
hi
- This topic has 6 replies, 2 voices, and was last updated 5 years, 5 months ago by
Elise Noromit.
-
AuthorPosts
-
April 17, 2020 at 2:53 pm #187906
jamilamallParticipantI want to add icons to the mobile menu in this way. also how can I change the fonts in the dropdown menu. Can I have it opened sideways. I showed you in the picture. Thank you.
Attachments:
You must be logged in to view attached files.April 17, 2020 at 2:55 pm #187910
jamilamallParticipantCan I expand the mobile menu further. I want the menu icon in the mobile menu to be this way. Could the search wish list and basket and user login icons be next to each other?.I am too late for support, so please help quickly.
Attachments:
You must be logged in to view attached files.April 17, 2020 at 4:17 pm #187926
Elise NoromitMemberHello,
You can add icons to the menu please find the instruction on how to do it: https://xtemos.com/docs/basel/create-mega-menu/
You can change the font by means of Advanced typography option, which allows to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography. https://xtemos.com/docs/basel/advanced-typography-settings-2/
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/basel/advanced-typography-settings-2/
Best Regards
April 17, 2020 at 5:28 pm #187943
jamilamallParticipantI’m talking about the mobile menu. responsive mobile nav menu. Could it be wider full screen and I want to set the drop down submenus to the right. thanks please be css code. I want to use my own logo in the menu.
April 18, 2020 at 7:04 am #188018
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global to make the mobile menu full-width:
body .mobile-nav { width: 100%; }
Mobile menu does not support megamenu blocks, You will have to make menu-sub-menu items https://prnt.sc/s1ned2
Best Regards
April 18, 2020 at 11:38 am #188085
jamilamallParticipantThe menu has grown very nice but it gives an error on the screen, even if it is not clear, half is visible.
Is there a site or page of the icons that we can use in the theme? the menu was full screen thanks. The menu remained open, I want to put an x ​​up when we want to go back when we want to close it. Finally, I want to translate and write the wishlist into my language. It says English, I need to write the same Turkish as Login.
Attachments:
You must be logged in to view attached files.April 18, 2020 at 1:26 pm #188105
Elise NoromitMemberHello,
I have checked again. It is possible to set the width in pixel only. You can try this code:
.mobile-nav { width: 320px; } .mobile-nav-from-left .mobile-nav { left: 0; transform: translate3d(-320px,0,0); -webkit-transform: translate3d(-320px,0,0); -ms-transform: translate3d(-320px,0,0); -sand-transform: translate3d(-320px,0,0); } .act-mobile-menu .mobile-nav { transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); -sand-transform: translate3d(0,0,0); }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register