How to hide the search option on both desktop and mobile using Dawn?

Hi everyone!

Would anyone be able to assist me in hiding the search option and icon for both desktop and mobile? Currently, my store does not have enough products to warrant a search feature. I am using Dawn and my url is www.day204clothing.com.

Below are images, let me know if you have any questions and your help is greatly appreciated!

@Day204

Hello

Please add below code above in theme.liquid

layout >> theme.liquid

.header__search { display: none!important; }

Hi @Day204

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file → Save

details-modal.header__search {

display: none !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly