Home Forums WoodMart support forum How can I modify and customiz the submenu of Account when I hover login account?

How can I modify and customiz the submenu of Account when I hover login account?

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

    itlgts
    Participant

    There’s a menu ‘Home Retail’ that I want to remove in the menu.
    I was looking for the function in my dashboard in WP, but I couldn’t find.

    How can I modify and customize that?
    Thanks in advance.

    Attachments:
    You must be logged in to view attached files.
    #135898

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    You can delete the items in Woocommerce > Settings > Advanced. Also, it is possible to hide with CSS and create these items in the Appearance > menu and then display in the Header builder.

    Best Regards

    #135930

    itlgts
    Participant

    1. You can delete the items in Woocommerce > Settings > Advanced.

    There’s only Page setup in Woocommerce > Settings > Advanced that I didn’t mean it. I wanted to get rid of Specific menu when I hover account in Logged in status.

    2. Also, it is possible to hide with CSS and create these items in the Appearance > menu and then display in the Header builder.

    Thanks, but could you explain it in more detail?

    #135970

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-header-links .menu-simple-dropdown .sub-menu-dropdown {
       display:none;
    }

    Create a menu in Appearance > menu https://codex.wordpress.org/WordPress_Menu_User_Guide

    And add it into the Header builder by means of the Secondary menu element https://xtemos.com/docs/woodmart/header-builder/add-edit-builder-elements/

    Best Regards

    #136078

    itlgts
    Participant

    Thanks! It’s solved!
    Thanks again for you support. 🙂

    #136122

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘How can I modify and customiz the submenu of Account when I hover login account?’ is closed to new replies.