Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #49651
    Jeff Schmidtlein
    Guest

    Hello,

    How do I edit the menu header on my website, specifically the little triangles for dropdowns under a page? For some reason, one of my pages (which has 3 pages under it) has 3 little triangles next to it when I view on my phone and I don’t see where to edit this anywhere.

    #49675
    Brandon C
    Keymaster

    Hi Jeff,

    Thanks for reaching out and thank you for using Crio Pro WordPress theme!

    Sorry to hear you having a bit of trouble with your menus but I think we can help you out. I inspected your page and I noticed the dropdown arrows are coming from 3 <span></span> elements that are attached to a particular menu item. I’m not sure how they got there but this bit of CSS should remove them:

    standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean a span.sub-arrow {
    display: none !important;
    }

    Navigate from your WordPress dashboard to Appearance < Customize < CSS/JS Editor

    I hope this helps. Please let us know if you have any other questions for us.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I edit the small drop down arrows in my page header menu?’ is closed to new replies.