Home Forums Basel support forum drop down menu remove arrow

drop down menu remove arrow

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #141714

    Minjicosmetics
    Participant

    I have 2 drop down menus, the first one doesn’t but the second one does have arrows. I would like to remove the arrows from the sub-categories (brands) since there are no further categories.

    I’ve tried this CSS but no success so far:
    .woodmart-navigation .item-level-0.menu-item-has-children>a:after{
    display:none!important;
    }

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

    Hello,

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

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

    body .basel-navigation .menu>li.menu-item-design-default ul li.menu-item-has-children:after {
    display:none;
    }

    Best Regards

    #141734

    Minjicosmetics
    Participant

    Amazing, thanks a lot!

    #141735

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

    Best Regards

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

The topic ‘drop down menu remove arrow’ is closed to new replies.