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

#449635

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.