Home › Forums › WoodMart support forum › Button in mobile menu › Reply To: Button in mobile menu
June 18, 2024 at 8:36 am
#573378
Hung Pham
Keymaster
Hi atiam1982 ,
Thanks for reaching to us.
– Go to Appearance > Menus > and add Custom Link menu item https://prnt.sc/sQCs0MjXAmkb and add Custom Class to it, for e.g: mobile-btn
https://prnt.sc/wmCcj5g4KZmH
– Add below custom CSS code and paste it to Theme Settings > Custom CSS > Mobile CSS section:
#menu-mobile-navigation li.mobile-btn{
background-color: #000;
}
#menu-mobile-navigation li.mobile-btn a{
color: #fff;
justify-content: center;
}
Regards,