Home / Forums / WoodMart support forum / Header Builder Design
Home › Forums › WoodMart support forum › Header Builder Design
Header Builder Design
- This topic has 11 replies, 2 voices, and was last updated 1 day, 21 hours ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 25, 2026 at 3:14 am #722393
ha21cnParticipanthttps://ibb.co/W48Ym1QZ
On mobile devices, you can set up a custom button like this. I’d like to ask how to display a similar button on a computer?
https://imgbb.com/uploadJune 25, 2026 at 11:22 am #722430Hello,
The button shown in your screenshot is part of WoodMart’s Mobile Bottom Navbar (Sticky Toolbar) feature. By default, this functionality is designed for mobile devices only and is automatically hidden on desktop screens.
Currently, WoodMart does not provide a built-in option to display the Mobile Bottom Navbar on desktop devices.
Best Regards
July 9, 2026 at 12:39 am #723314
ha21cnParticipanthttps://ibb.co/ZpvbwHkv
I added an image to the menu title, but why is this happening?July 9, 2026 at 1:34 am #723315
ha21cnParticipanthttps://ibb.co/B2GyRzt6
I’d like to know how to set the icons on the left to be the same size as those on the right? Also, how do I set the text for the sub-menus on the left?July 9, 2026 at 9:22 am #723325Hello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
July 9, 2026 at 11:44 am #723345
ha21cnParticipantI’ve found a solution to the main menu icon display issue, but I haven’t found a solution for the sub-menu icon and font issues yet.
July 9, 2026 at 2:21 pm #723388Hello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS. Change the code values as per your requirement to adjust the font size and icon size.
.wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp > .wd-sub-menu > li > a { font-size: 18px !important; font-weight: 600 !important; } .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp > .wd-sub-menu > li > a .wd-nav-img { --nav-img-height: 30px !important; max-height: 30px !important; }Best Regards
July 10, 2026 at 8:54 am #723430
ha21cnParticipantI tried your code, and the display changes on the computer, but the images and text on the mobile device remain unchanged. How can I resolve this display issue between mobile devices and tablets?
July 10, 2026 at 12:38 pm #723470Hello,
Try to add the following custom css code in Theme Settings > Custom CSS > Custom CSS for mobile.
/* Adjust menu text size and weight on mobile/tablet */ .mobile-nav .wd-nav-mobile li > a { font-size: 14px !important; font-weight: 600 !important; color: black !important; } /* Adjust menu icon/image sizes inside mobile sub-menus */ .mobile-nav .wd-nav-mobile .wd-sub-menu li > a img { --nav-img-height: 25px !important; --nav-img-width: 25px !important; max-height: 25px !important; width: 25px !important; height: 25px !important; }Best Regards
July 12, 2026 at 5:31 am #723538
ha21cnParticipanthttps://ibb.co/KcZLNFZT
https://ibb.co/8LPcxn7y
https://ibb.co/wFp0P4xk
I don’t know why the content cannot be vertically centered here.
I am using Nested Carousel ElementJuly 12, 2026 at 10:59 am #723539
ha21cnParticipanthttps://ibb.co/WNySCzyj
https://ibb.co/KxJ6dp3b
The arrow color setting in the product image is not working.July 13, 2026 at 10:36 am #723561Hello,
01. I have checked your site and was unable to find the announcement text bar in the top header.
See Screenshot for clarification: https://postimg.cc/gX7rZRWK
02. These settings are for the carousel arrows, not the gallery arrows. Try to add the following custom css code in Theme Settings > Custom CSS > Custom CSS:
.single-product .woocommerce-product-gallery .wd-arrow-inner { color: #fff; }Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register