Home › Forums › WoodMart support forum › Mobile bottom navbar › Reply To: Mobile bottom navbar
August 26, 2023 at 11:21 am
#491429
Aizaz Imtiaz Awan
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
body .wd-toolbar {
background-color: red;
}
Change the color as per your need.
Best Regards.