Home Forums WoodMart support forum Mobile bottom navbar background color

Mobile bottom navbar background color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #560071

    youzi
    Participant

    I want to change the Mobile bottom navbar background color to light black, and the font word to white, so I used css code:
    .whb-row .whb-7qrb5r43fmh57lkx4dry.wd-tools-element .wd-tools-inner, .whb-row .whb-7qrb5r43fmh57lkx4dry.wd-tools-element>a>.wd-tools-icon {
    color: #ffffff;
    background-color: #000000;
    }
    I add the code ” Appearance->customize->css, not work, so add them to your theme setting->global css there, but still won’t work. please see my website

    • This topic was modified 1 week, 4 days ago by youzi.
    #560264

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    body .wd-toolbar {
    	background-color: red;
    }
    .wd-toolbar-label {
        color: #fafafa;
    }

    Best Regards.

    #560412

    youzi
    Participant

    it works. thanks

    #560509

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Mobile bottom navbar background color’ is closed to new replies.