Missing cart and search icons in header Dawn theme 2.0

My icons are missing how can I make them visible.

Website - phattai.au

Password - EPIQMedia

hi @julian-dadang ,

On this case, you can go to Online theme => Themes => Customize Code => layout => theme.liquid

And add the code below :

*.header__icon--search, #cart-icon-bubble {* *display: flex;* *}* **

Or you can go to assets => base.css and remove those line in file.

.header__icon–search {
display: none;
}

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

Hope will helpful to you!

Fantastic thank you!

How can I make the account button visible as well?

Where the account button you want show, Can you please describer clearly more?