Home › Forums › WoodMart support forum › How do I change the background color Mobile bottom nevbar › Reply To: How do I change the background color Mobile bottom nevbar
March 9, 2023 at 1:21 pm
#449635
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for mobile section:
.wd-toolbar.wd-toolbar-label-show {
background-color: #000 !important;
}
In this CSS, you can change the color from #000 (black) to your choice of color or hex code.
Hope this helps !
Best Regards.