Home › Forums › WoodMart support forum › Mobile menu changes › Reply To: Mobile menu changes
November 29, 2023 at 2:43 pm
#516818
Aizaz Imtiaz Awan
Keymaster
Hello,
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.