Hello everyone,
Could someone please help me remove the dropdown arrow on my menu.
I am using Craft Theme
Thank you!
Hello everyone,
Could someone please help me remove the dropdown arrow on my menu.
I am using Craft Theme
Thank you!
You can add this code to your custom CSS
.header__menu-item .icon-caret {
display: none;
}
Hi @David1237 ,
Would you mind to share your URL website and Password(if its protected)?
So we can provide you a better solution. Thanks!
Hi @David1237
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the base.css file:
.header__menu-item .icon-caret {display: none;}
Regards,
San