Home › Forums › WoodMart support forum › mobile menu issue
mobile menu issue
- This topic has 9 replies, 2 voices, and was last updated 1 year, 8 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
May 24, 2023 at 11:51 am #469510
RDParticipantHello,
On mobiles when the users open the menu and in case we have sub-menu the user need to click on the arrow in order to see the sub-menus.
is it possible to change that? so on click anywhere the user will get the sub-menus?also, how can I change the arrow on the menu to a different arrow? I would like the arrow to point down and not to the left.
check this video:
https://www.loom.com/share/d0a85bf686e7424e8422096864ee13f4thanks.
May 24, 2023 at 4:57 pm #469656
Aizaz Imtiaz AwanKeymasterHello,
No, there is no option. The drop-down menu is opened only by clicking on the arrow.
To change the icon:
This can be implemented with Font Awesome icons:
.mobile-nav .wd-nav-opener:after { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f067"; } .mobile-nav .wd-nav-opener.wd-active:after { content: "\f068"; transform: none; }
Best Regards.
May 24, 2023 at 7:08 pm #469687
RDParticipantthanks. is it possible to open the dropdown menu by clicking anywhere on the row? and not just on the arrow?
May 25, 2023 at 2:08 pm #469897
Aizaz Imtiaz AwanKeymasterHello,
No, there is no option. The drop-down menu is opened only by clicking on the arrow in mobile.
Best Regards.
June 8, 2023 at 7:08 pm #473655
RDParticipantHello,
the css code is not working. could you please let me know why?
thanks.
June 9, 2023 at 5:29 pm #473856
Aizaz Imtiaz AwanKeymasterHello,
Your given login details are not working. Please share the correct login details.
Also, I did not see any menu for the mobile. I think you want to change the mobile menu icons to the downwards.
Best Regards.
June 12, 2023 at 10:09 am #474230
RDParticipantHello,
I am trying to add this code to my site but it’s not showing the icons:
.mobile-nav .wd-nav-opener:after {
font-family: “Font Awesome 5 Free”;
font-weight: 900;
content: “\f078”;
}.mobile-nav .wd-nav-opener.wd-active:after {
content: “\f077”;
transform: none;
}June 12, 2023 at 3:12 pm #474344
Aizaz Imtiaz AwanKeymasterHello,
Please add the mobile menu to the header then I will check and change the arrow icon for you.
Best Regards.
June 12, 2023 at 3:43 pm #474351
RDParticipantHi,
I am not showing the menu on the header. only at the footer. on the bottom of the page.
June 13, 2023 at 11:46 am #474545
Aizaz Imtiaz AwanKeymasterHello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Mobile CSS section:
.wd-nav-opener:after { content: "\f113"; transform: rotate(90deg); }
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register