Home Forums WoodMart support forum menu mobile icon Reply To: menu mobile icon

#401952

Luke Nielsen
Keymaster

Hello,

With the help of the below code, you can change the default mobile menu icon, enter it into the “” area that is in Theme Settings -> Custom CSS.

.wd-header-mobile-nav .wd-tools-icon:before {
    content: "\f142";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

In the meantime, feel free to ask me any questions you may have.

Kind Regards