Divogue
Hide Duplicate Mobile Toggle
Go to Appearance > Customize > Additional CSS and enter the following:
1 2 3 |
.mega-menu-primary .menu-toggle { display: none !important; } |
Remove bottom border from menu
Go to Appearance > Customize > Additional CSS and enter the following:
1 2 3 4 5 |
.mega-menu-primary #header-supplementary { border-top: 0; border-bottom: 0; padding-bottom: 0; } |