Home Forums WoodMart support forum Menu arrow

Menu arrow

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #532238

    interlexadoo
    Participant

    Hi, how to remove an arrow in the menu, when there is a submenu?

    Could you give me an css?

    Thanks

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

    interlexadoo
    Participant

    ?

    #532488

    Hung Pham
    Keymaster

    Hi interlexadoo,

    Thanks for reaching to us.

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

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

    Regards,

    #532622

    interlexadoo
    Participant

    Hi, thanks but it’s not working, still displaying the arrow.

    #532712

    interlexadoo
    Participant

    Hi, could you give me a working code?

    #532817

    Hung Pham
    Keymaster

    Hi interlexadoo,

    It was my typo.

    Please remove previous Custom CSS code and try below one:

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

    Regards,

    #532860

    interlexadoo
    Participant

    Hi, arrow are still visible.

    #532862

    interlexadoo
    Participant

    It was

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

    Now it’s working

    Thanks

    #532908

    Hung Pham
    Keymaster

    Hi interlexadoo,

    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 9 posts - 1 through 9 (of 9 total)