Motion Theme: Remove Drop Down Arrow from Main Menu

Hi!

Can anyone advise how to remove the drop-down arrow from the Main Menu? This is for the theme - Motion.

Hi,

@OutofTime can you please share store URL so I can give you exact CSS code to remove this!

Hi @Ecommpremium

https://shopoutoftime.com/

also share password to access shop!

@Ecommpremium Yes, it’s ***********

kindly ADD this in your theme.scss.liquid at bottom

.site-nav__link .icon-chevron-down {
display:none;
}

Thank you so much!!!