Home Forums WoodMart support forum MOBILE BOTTOM NAVBAR

MOBILE BOTTOM NAVBAR

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

    Lisawi
    Participant

    Hi,
    how can I change colour and order of menu points and name under the menu points in the monile bottom navbar?

    Greetings,
    Lisa

    #321462

    Luke Nielsen
    Keymaster

    Hello,

    In order to change the mobile bottom navbar menu, go to Theme Settings -> General -> Mobile bottom navbar -> in the “Select buttons” field you can add a new button or delete.

    https://monosnap.com/file/zS6lIyDiV5yOeuOcWKe4PdxhkOr8Z0

    To order menu buttons, you need to delete all buttons and take turns adding what you want.

    To change the color, you need to use custom CSS in Theme Settings -> Custom CSS -> put this code in the field “Global Custom CSS”

    .wd-toolbar {
      background-color: #E5E1E1;
    }

    In the “CUSTOM BUTTONS” field you can create your own navbar button.

    https://monosnap.com/file/7UDsRiwLYrRFlbkJMeLDJoYu7PMCU7

    Kind Regards

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