Home Forums WoodMart support forum How do I change the background color Mobile bottom nevbar

How do I change the background color Mobile bottom nevbar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #449431

    khaledalsalama
    Participant

    How do I change the background color Mobile bottom nevbar

    https://prnt.sc/ckXmMYun5gpo

    #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.

Viewing 2 posts - 1 through 2 (of 2 total)