Mobile bottom navigation bar
-
Hello,
Is it possible to change the color of the lower navigation bar on mobile ? I would like it to be displayed in dark mode.
Thanks
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-toolbar {
background-color: black;
}
body .wd-tools-element > a {
color: #ffffff;
}
Best Regards
Thank you, there is just a problem with the filter icon on the shop page (outside the sidebar of the canvas which is grey and not white … I would also like that when you click on the icon, it appears in yellow.
Thank you for helping me
Regards
I have another question about this mobile navigation bar. Is it possible to hide it when the mobile keyboard is deployed? It would be very useful when the user fills out a contact form for example.
Best regards
Hello,
For now, there is no option to hide the navbar when the keyboard is used.
body .wd-tools-element > a:hover,
body .wd-tools-element > a:focus{
color: yellow;
}
Best Regards
Ok, thanks for the lines of code. Hope to see that in a future update.
Kind Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards