Home Forums WoodMart support forum How to remove “v” from main menu?

How to remove “v” from main menu?

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

    logoldland
    Participant

    Hello. Please refer to screenshot, I would like to remove “v” from the main menu. Thanks

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

    Hung Pham
    Keymaster

    Hi logoldland,

    Thanks for reaching to us.

    It means menu item has children, you just need to remove HTML Block from it then arrow will disappear https://prnt.sc/S396_5Ghokut

    Regards,

    #530073

    logoldland
    Participant

    I would like to keep the drop down though, just not with the arrow style. Is this possible?

    #530184

    Hung Pham
    Keymaster

    Hi logoldland,

    Please add the following Custom CSS code in Theme Settings > Custom CSS > Global Custom CSS

    .wd-nav-main.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
        display: none;
    }
    #530552

    logoldland
    Participant

    all good thanks!

    #530604

    Hung Pham
    Keymaster

    Hi logoldland,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

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

The topic ‘How to remove “v” from main menu?’ is closed to new replies.