How can I delete the search icon in Dawn theme header?

Hello,

How to remove the search icon in header? I’m using theme Dawn

1 Like

Hello @kaisaa

This is Amelia at PageFly - Shopify Advanced Page Builder app.

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css

Step 3: Add code

#cart-icon-bubble {
    display: none;
}

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

1 Like

You’re always there to help me out, thank you so much!

1 Like

You’re welcome

1 Like