Home Forums WoodMart support forum Mobile bottom navigation bar

Mobile bottom navigation bar

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #200307

    max06accesso
    Participant

    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

    #200347

    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

    #200365

    max06accesso
    Participant

    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

    #200419

    max06accesso
    Participant

    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

    #200451

    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

    #200503

    max06accesso
    Participant

    Ok, thanks for the lines of code. Hope to see that in a future update.

    Kind Regards

    #200606

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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