Home › Forums › Basel support forum › Change Expand / Collapse Icons in Mobile Dropable Menu
Change Expand / Collapse Icons in Mobile Dropable Menu
- This topic has 9 replies, 4 voices, and was last updated 6 years, 2 months ago by Elise Noromit.
-
AuthorPosts
-
October 10, 2018 at 6:17 pm #82056
[email protected]ParticipantHello,
First of all, I shall say I liked your theme a lot.
Said that, I have following request. if you go to my website in Mobile Interface and select menu bars, you will see Menu, and in that Menu you will see “Tienda” which is dropable. Could you please tell how can I modify those Icons for expanding and collapsing dropable Menus? Specially the “Cross Icon”. Would prefer if for Collapsing Menu I can use same as expanding but in Opposite direction.
October 11, 2018 at 6:36 am #82103
Artem TemosKeymasterHello,
Thank you so much for purchasing our theme and contacting our support center.
Currently, your website is under maintenance mode and we don’t see it. Please, disable this plugin first and provide us some screenshots for a better explanation.
Kind Regards
XTemos StudioOctober 11, 2018 at 1:22 pm #82220
[email protected]ParticipantThanks for quick reply. Sure I have already disabled maintenance mode, so you can see.
Please see attached screenshot, what we want to change is the white cross inside the orange square, for arrow that displays when expanding but in opposite direction.
Attachments:
You must be logged in to view attached files.October 11, 2018 at 2:37 pm #82238
Bogdan DonovanKeymasterHi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
body .mobile-nav .icon-sub-menu:before { content: "\e604"; font-family: "simple-line-icons"; color: white; font-size: 16px; margin-top: -7px; transform: none; -webkit-transform: none; background-color: transparent; width: auto; height: auto; left: 15px; right: auto; } body .mobile-nav .icon-sub-menu.up-icon:before { -webkit-transform: rotate(180deg); background-color: rotate(180deg); margin-top: -10px; } body .mobile-nav .icon-sub-menu:after { display: none; }
Regards
October 11, 2018 at 3:23 pm #82253
[email protected]ParticipantThanks for your quick reply.
I have already put that code inside Custom CSS but still not showing as desired. I attach image of how I would like to show when expanded or collapsed. Could you please help me in order to do so?
Attachments:
You must be logged in to view attached files.October 11, 2018 at 5:38 pm #82291
Bogdan DonovanKeymasterBut after the custom code was applied your site mobile menu icon is already looked as you described. Please check the video (https://gyazo.com/e29457ee7b3e8721d187772da78cdc47)
Regards
October 11, 2018 at 10:40 pm #82321
[email protected]ParticipantHi,
Thanks for your quick reply. Sorry I think I did not refresh Website do thats the reason it did not show.
I have one more small request, would be possible to remove that orange color surronding arrow icon when dropable menu is expanded, just that it looks like the image I attached in previous post?
October 12, 2018 at 7:49 am #82357
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS:
.mobile-nav ul li .up-icon{ background:transparent; }
Best Regards
October 12, 2018 at 1:33 pm #82429
[email protected]ParticipantThank you so much.
I just needed to add “body” before just like:
Hello,
Please add this code to the Theme Settings > Custom CSS:
body .mobile-nav ul li .up-icon{
background:transparent;
}but it works fine thank you very much.
Regards
October 12, 2018 at 2:50 pm #82475
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
Tagged: mobile menu
The topic ‘Change Expand / Collapse Icons in Mobile Dropable Menu’ is closed to new replies.
- You must be logged in to create new topics. Login / Register