Home / Forums / WoodMart support forum / Header Builder Design
Home › Forums › WoodMart support forum › Header Builder Design
Header Builder Design
- This topic has 37 replies, 2 voices, and was last updated 20 hours, 39 minutes 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
July 18, 2026 at 2:16 am #723971
ha21cnParticipantBecause I was testing on a different website, not the one you logged into, I’ve now added this Elementor.
Is your CSS code only for the arrows in the product catalog? I set the background using other code; how can I achieve a similar effect in your code?
https://ibb.co/k2XK6Gtf
The website login link has been sent to you.July 18, 2026 at 10:15 am #723976Hello,
The CSS I shared changes only the arrow icon color.
If you also want to style the arrow background like in your screenshot, you can use the following CSS in Theme Settings > Custom CSS:
.single-product .woocommerce-product-gallery .wd-arrow-inner { color: #000; background-color: rgba(255, 255, 255, 0.8); border-radius: 50%; width: 45px; height: 45px; box-shadow: 0 2px 8px rgba(0,0,0,.15); } .single-product .woocommerce-product-gallery .wd-arrow-inner:hover { background-color: #fff; color: #000; }Best Regards
July 19, 2026 at 1:55 am #723983
ha21cnParticipantHow do I configure a Marquee to be converted to a Slider? I haven’t seen any settings related to text sliders.
July 19, 2026 at 11:55 am #723988
ha21cnParticipantI just discovered another problem; the Thankyou Page isn’t working on the website I sent you as an admin login.
July 20, 2026 at 10:32 am #724010Hello,
01. The Marquee element and Slider are two different elements in WoodMart, and there is no option to convert a Marquee into a Slider directly.
If you want to create a text slider/carousel effect, you can use the Slider elements available in WoodMart and add your content inside the slides.
For a moving marquee-style text effect, you can continue using the Marquee element. It is designed specifically for continuous scrolling text and does not have slider controls such as navigation, autoplay slides, or pagination.If you can share more details about the exact effect you want to achieve, we can suggest the best approach.
02. Your issue has been resolved. I have defined the checkout shortcode in the checkout page, and it is working fine. Please check your site and check the issue.
See Screenshot for clarification: https://postimg.cc/v1Kgsc1J
Best Regards
July 22, 2026 at 9:04 am #724127
ha21cnParticipanthttps://ibb.co/bMgZMFgK
I tried your solution, but the content couldn’t be vertically centered. I don’t know why.July 22, 2026 at 1:04 pm #724154Hello,
I’m sorry, but I am unable to find the marquee section on the website URL you shared in the private area of your previous message.
Could you please share the exact page URL where the marquee has been added? So I will check it further and provide a possible solution.
Best Regards
July 22, 2026 at 1:29 pm #724159
ha21cnParticipanthttps://postimg.cc/nMvjjQpS
I’ve sent you the pictures and links, please take a look.July 22, 2026 at 3:28 pm #724168Hello,
I checked the settings, and the issue is related to the position of the carousel arrows compared to the content. The Arrow Offset Vertical option controls the arrows’ vertical position.
Please adjust the following setting:
Edit nested carousel Settings > Arrow Offset Vertical
https://postimg.cc/VJQcS4WwIncrease or decrease the value until the arrows are aligned with the content vertically.
Best Regards
July 23, 2026 at 7:17 am #724181
ha21cnParticipantIs this only adjustable manually? Isn’t there a default vertical centering setting? Normally, the arrow should be vertically centered along with the text content. Also, manually adjusting the position is different from the code, so it’s impossible to achieve perfect vertical centering.
July 23, 2026 at 1:10 pm #724195Hello,
I have checked your site, and the carousel arrows are currently centered with the content on your site.
I noticed that you are adding this HTML block carousel in the Header Builder > Top Header, and currently you are editing the HTML Block: https://postimg.cc/XGQNJTD5
I suggest adding this HTML block carousel from:
Theme Settings > General > Header Banner and check how it displays there. The Header Banner area is designed for this type of content and may provide better alignment with the header layout.
Best Regards.
July 23, 2026 at 8:39 pm #724225
ha21cnParticipanthttps://ibb.co/tMf6b1kt
Both of your proposed solutions are completely unworkable. Centering the arrow is a manual adjustment, but the content cannot be centered, and HTML Black cannot adapt to the header height.July 24, 2026 at 2:56 pm #724274Hello,
Please check your site now. I have added a new carousel on your site. You can review it and customize it further if you would like to use the carousel layout.
If your goal is to have a continuous scrolling effect, I recommend using the Marquee widget instead (the same effect you are currently using on mobile). You can use the Marquee widget on desktop as well, as it is specifically designed for continuous scrolling content.
If you have any questions, feel free to contact us.
Best Regards
July 24, 2026 at 5:33 pm #724289
ha21cnParticipantThe effect you’ve achieved is vastly different from the screenshot I initially sent you, and the header banner is too large. I wanted to use a slider instead of a marquee.
July 25, 2026 at 9:15 am #724301Hello,
But you can decrease the header banner height from theme settings to set it. Navigate to Theme Settings > General > Header Banner > decrease the “Banner height for desktop”.
https://postimg.cc/WqMHGjWBBest Regards
July 25, 2026 at 8:52 pm #724330
ha21cnParticipantIt won’t work. Even if you manually adjust your components, it won’t be as effective as setting them directly in the code, and it won’t achieve perfect centering of the content.
July 27, 2026 at 9:41 am #724352Hello,
Sorry for the inconvenience.
I tried to check your website again, but the WP Admin login link is no longer working.
Could you please update the login details in the Private Content section?Also, please add the HTML Block containing the text you want to display in the carousel to Theme Settings > General > Header Banner. Once you’ve done that, let me know. I will check it further on your site and provide the best possible solution.
Best Regards
July 28, 2026 at 12:16 am #724382
ha21cnParticipanthttps://ibb.co/QvPwYdRq
The image in this component cannot be resized. This image is an SVG image. How can I process it to resize it appropriately?I’ve decided not to use your theme element to create the text slider. Your components are too cumbersome to operate, and it’s much easier to use custom code.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register