Home Forums Free Themes University Hub How to Remove drop down arrow

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #63285
    topabunmi
    Participant

    Dear Support,

    How can I remove the dropdown arrow on menu? The page I need help with is http://www.ilslagos.com/wp

    #63289
    wensolutions
    Keymaster

    Hello @topabunmi

    To remove the arrow in the menu section that indicates the submenu use below given CSS.

    For this go to Admin panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .main-navigation ul li.menu-item-has-children > a::after, .main-navigation ul li.page_item_has_children > a::after {
        content: none;
        }

    Hope this helps.

    Best Regards!!

    Have a good day .

    #63313
    topabunmi
    Participant

    This work for me like mad. Thanks so much

    #63330
    wensolutions
    Keymaster

    Hello @topabunmi,

    Glad we could help you.

    Any further issues are always welcome.

    Best Regards!!

    #104760
    DavidHide
    Participant

    I was trying to remove it by myself, but I could not make it. But after using tips above from keymaster everything works perfectly and I finally was able to remove drop down arrow, superb, thanks for the support advices.

    David,
    web dev at Eduloh

    #104768
    wensolutions
    Keymaster

    Hello @davidhide,

    Glad it worked out.

    Feel free to reach out to us if you have any queries further.

    Thank you.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.