Home › Forums › WoodMart support forum › How to create this style of menu?
How to create this style of menu?
- This topic has 5 replies, 2 voices, and was last updated 1 year, 11 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
December 26, 2022 at 10:37 am #431254
Golden1ParticipantCan you please tell me which element I need to use in WP Bakery, or is this in Apperance>Menu ?
Also would like to know how they got the background hover color to change.
December 26, 2022 at 12:33 pm #431277
Aizaz Imtiaz AwanKeymasterHello,
Regarding knowing how you can create a Mega Menu under the Theme, please check out the following Documentation link: https://xtemos.com/docs-topic/create-mega-menu/
Further, regarding knowing about adding Menus into the Site, please check out the following guide: https://xtemos.com/docs-topic/adding-menu-to-the-site/
Regarding changing the color of the Navigation links, please go to Dashboard > Theme Settings > Typography > Advanced > there Add new Rule > in that select Categories navigation links > then after that there define the Color and Hover color or other Font Styling related to them: https://snipboard.io/9sKQoW.jpg
You can read about the Advanced Typography here: https://xtemos.com/docs-topic/advanced-typography-settings/
Let us know if you need any further assistance in this regard.
Best Regards
December 27, 2022 at 4:43 am #431412
Golden1ParticipantThanks for that. I actually created a mega menu HTML block, but it doesn’t look as nice as the gif I sent you. Specifically the drop down box outline, and the way it underlines each category title as you mouse over.
Any idea how to get it to look exactly like the gif I provided?
December 27, 2022 at 10:21 am #431439
Aizaz Imtiaz AwanKeymasterHello,
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 these concerns on your Site and help you out accordingly.
Best Regards
December 27, 2022 at 12:32 pm #431475
Golden1ParticipantSure, here you go:
December 27, 2022 at 2:31 pm #431527
Aizaz Imtiaz AwanKeymasterHello,
Firstly, the Menu that you were using in this regard had invalid Menu Items added. So, the Menu Items were not showing. So, we have added a sample Menu Item in this regard and selected the block in it that you have created.
Secondly, the hover over the Menu Item wasn’t selected right now which we have done on your Site and it previews fine like you mentioned in the GIF: https://snipboard.io/xUwinW.jpg
Thirdly, the Menu style that you mentioned in the GIF for the sub-items is a Classic Dropdown style for which you don’t need to create a HTML Block. You just need to add simple sub-items for the main Menu Items and then background color & hover colors for the sub-items can be adjusted through the CSS and Advanced Typography rules. So, we have added a sample sub-items in your Menu and this is how they preview after applying the Theme Settings > Typography > Advanced > Navigation rules: https://snipboard.io/e0rO6S.jpg
The background color change for the Hover effect is done through the following Custom CSS applied under the Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a:hover { background: #1eed1e !important; }
After applying the CSS, this is the resultant preview: https://snipboard.io/7TsxKQ.jpg
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register