Remove the arrow from the drop down menu. Using Flex Out of the Sandbox theme

Hello,

I have a Flex theme by Out of the sandbox which I’d like to remove the arrow icon which appears next to “about” on the menu.

My shop is:

https://toomey-koko.myshopify.com/

Thank you

Go to your theme, click edit code, scroll down to assets folder, go to style.scss file, scroll down the bottom and input the below code

.navbar-link.header__link::after {
    content: none;
}

It worked like a charm! Thank you :blush:

This works except for that the spacing between the different menu options now is really weird. It’s like the space for the arrows is still there so some of the menu options are really far apart, while others (that didn’t have an arrow in the first place) are closer together. Would it be possible to not only remove the arrows but the entire ‘space’ for the arrows?

Thank you!