How do I remove the search icon in my Dawn theme header?

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

Hello @honganhing

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

Thank you.

Can I change this search icon to a different one?

Hello @honganhing

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 header.liquid

Step 3: Change to the icon you want to use here.

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Great, thank you