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

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

emilycoelho
Tourist
12 0 3

Hi there,

 

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

Screen Shot 2023-03-07 at 10.09.15 AM.png

Replies 5 (5)

PageFly-Richard
Shopify Partner
4991 1118 1796

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

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

emilycoelho
Tourist
12 0 3

didnt work 😞

PageFly-Richard
Shopify Partner
4991 1118 1796

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.

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

emilycoelho
Tourist
12 0 3

figured it out, thank you!!

 

thanks so much @PageFly-Richard 

shishi_unishow
Visitor
1 0 0

What did you end up doing to complete this?