Home Forums WoodMart support forum MOBILE BOTTOM NAVBAR Reply To: MOBILE BOTTOM NAVBAR

#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