Mobile bottom navbar background color
-
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 2 years, 2 months ago by
youzi.
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.
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.
The topic ‘Mobile bottom navbar background color’ is closed to new replies.