Viewing 1 replies (of 1 total)
  • Hi there,

    If you have a child theme installed, you can add the CSS below to your child theme’s stylesheet file to hide this sub-menu. Should you ever wish to have it back, you can remove this line of code to do so.

    .home_menu {
    	display: none;
    }

    Hope this helps,
    Gareth

Viewing 1 replies (of 1 total)

The topic ‘Removing arrow/sub menu’ is closed to new replies.