Home › Forums › WoodMart support forum › Change Search Field Font Colour (Mobile/Side Menu) – Combijet Website › Reply To: Change Search Field Font Colour (Mobile/Side Menu) – Combijet Website
March 14, 2023 at 5:38 am
#450904
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .mobile-pages-menu .wd-sub-menu li>a {
color: red;
font-size: 14px;
}
Please replace the color as per your needs.
Best Regards