Home › Forums › WoodMart support forum › Help me designing dropdown button menu from demo mega electronics
Help me designing dropdown button menu from demo mega electronics
- This topic has 10 replies, 2 voices, and was last updated 1 year, 2 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
December 26, 2023 at 12:30 am #524554
p.crisParticipantHello,
I want to use the demo https://woodmart.xtemos.com/mega-electronics/ on my site, thing is that I want to remove the sticky sidebar from left and use a normal dropdown button that will list once hovering/clicking on the All categories button from the “Header bottom”.
What I am curious is how can I design to have the exact same button on my dropdown menu button as it’s used on the sticky bar button?
Attachments:
You must be logged in to view attached files.December 26, 2023 at 11:48 am #524606
Aizaz Imtiaz AwanKeymasterHello,
Navigate to Theme Settings > General > Sticky Navigation and disable the menu.
Afterwards, Navigate to WoodMart > Header Builder > Edit Current Header > Incorporate the Categories dropdown element into the Header:
https://ibb.co/pJYXLhVBest Regards.
December 26, 2023 at 12:32 pm #524612
p.crisParticipantHello, thank you for the quick answer, as you saw on the private labeling as I have attached the printscreen, I was able to add the categories button dropdown, thing is that I would love to use on that the same design of the button as the Sticky navigation button looks like.
So, please tell me how to add the Categories dropdown menu and use /edit the similar design as the one already integrated into the demo, from Sticky navigation one.
Attachments:
You must be logged in to view attached files.December 26, 2023 at 4:01 pm #524654
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the WP admin login details of your site so I can check and give you the possible solution.
Best Regards.
December 26, 2023 at 6:51 pm #524709
p.crisParticipantSure, sharing it privately.
Attachments:
You must be logged in to view attached files.December 27, 2023 at 1:53 pm #524900
p.crisParticipanthello! any news?
December 27, 2023 at 1:56 pm #524901
Aizaz Imtiaz AwanKeymasterHello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
span.menu-opener.color-scheme-light.has-bg { display: flex; align-items: center; border-radius: 42px; height: 42px; padding-inline: 3px; transition: background-color .25s ease; color: rgba(51, 51, 51, 1); background-color: rgba(255, 255, 255, 1); min-width: max-content; } .wd-header-cats.wd-style-1 .menu-opener:after { margin-inline-start: inherit; margin-left: 5px; } span.menu-opener-icon { color: rgba(255, 255, 255, 1); background-color: rgba(39, 97, 231, 1); width: 36px; height: 36px; border-radius: 50%; transition: all .25s ease; position: static; display: flex; align-items: center; justify-content: center; font-size: 0; }
Best Regards.
December 27, 2023 at 2:06 pm #524904
p.crisParticipantThat indeed worked. How can I edit the height of the button itself to be a bit smaller?
Please see the screen attached.
Thanks a lot, again!
Attachments:
You must be logged in to view attached files.December 27, 2023 at 2:17 pm #524911
Aizaz Imtiaz AwanKeymasterHello,
Please use the below custom CSS code as well:
.wd-header-cats.wd-style-1.wd-event-hover.whb-bi44n7v9h0p47lop311x span.menu-opener.color-scheme-light.has-bg { height: 42px !important; margin-top: 7%; }
Best Regards.
December 27, 2023 at 2:21 pm #524912
p.crisParticipantThank you again for quick response, that is perfect!!
December 27, 2023 at 4:44 pm #524950
Aizaz Imtiaz AwanKeymasterMost Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘Help me designing dropdown button menu from demo mega electronics’ is closed to new replies.
- You must be logged in to create new topics. Login / Register