Home Forums WoodMart support forum How to create this style of menu?

How to create this style of menu?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #431254

    Golden1
    Participant

    Can 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.

    #431277

    Hello,

    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

    #431412

    Golden1
    Participant

    Thanks 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?

    #431439

    Hello,

    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

    #431475

    Golden1
    Participant

    Sure, here you go:

    #431527

    Hello,

    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

Viewing 6 posts - 1 through 6 (of 6 total)