Home Forums WoodMart support forum Mobile bottom navbar Reply To: Mobile bottom navbar

#500193

Hello,

Sorry to say it is not possible with css to add different background colors for different icons at this place.

Please add this code to the Theme Settings > Custom CSS > Custom CSS for mobile:

.wd-toolbar {
background-color: blue;
}

Best Regards.