Home Forums WoodMart support forum MOBILE BOTTOM NAVBAR Filter Navigation to rename to Menu and Change icon Reply To: MOBILE BOTTOM NAVBAR Filter Navigation to rename to Menu and Change icon

#209458

Hello,

You are Most Welcome.

1) You can add custom links in the mobile bottom navbar and set the icons and link according to your needs.

Please Go to Theme Settings >> General >> Mobile Bottom Navbar.

Screenshot for Clarification: https://ibb.co/Zzc785N

2) For the mobile menu Please Go to Appearance >> Menus. Create a new menu and set it as the mobile side menu then the menu will be displayed on mobile in the main menu.

Screenshot for Clarification: https://ibb.co/sPDpNJb

3) You need to add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS to display the quick view button on mobile.

.woodmart-buttons .wd-quick-view-btn {
display: block;
}

4) To make the add to cart full width on mobile. Please try and add the following Custom CSS in the Custom CSS for mobile area under Theme Settings >> Custom CSS.

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop {
width: 100%;
}

5) To increase the size of the arrows in the slider please add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.owl-nav > div::after{
font-size: 12px;
}

6) Sorry but there is no option in Theme Settings to add the apply coupon button on the sidebar cart.

7) The sidebar button is displayed differently because on shop pages there is added the sidebar thats why it displays the sidebar icon.

Best Regards.