Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you show us your website?

    Thread Starter portweb2de

    (@portweb2de)

    Yes

    • This reply was modified 7 years, 4 months ago by portweb2de.
    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In your Child Theme style.css file (or in the “Additional CSS” part of the dashboard) try adding this:

    
    .main-navigation ul li.menu-item-has-children.focus:before, 
    .main-navigation ul li.menu-item-has-children:hover:before, 
    .main-navigation ul li.menu-item-has-children.focus:after, 
    .main-navigation ul li.menu-item-has-children:hover:after, 
    .main-navigation ul li.page_item_has_children.focus:before, 
    .main-navigation ul li.page_item_has_children:hover:before,
    .main-navigation ul li.page_item_has_children.focus:after, 
    .main-navigation ul li.page_item_has_children:hover:after {
         display: none;
     }
    
    Thread Starter portweb2de

    (@portweb2de)

    Thank you very much, this is what I searched for.

    LG,
    Stephan

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove arrow on top of sub-menu’ is closed to new replies.