How to remove drop down arrow from Menu Header in Dawn theme

Hi there,

Looking to remove the drop down in the header menu. posted a photo for reference. Thanks! :slightly_smiling_face:

Hi @emilycoelho ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

.header__menu-item svg {
    display: none !important;
}

I hope it would help you
Best regards,

Richard | PageFly

didnt work :disappointed_face:

Hi @emilycoelho ,

I’m sorry to hear that.
Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

figured it out, thank you!!

thanks so much @PageFly-Richard

What did you end up doing to complete this?