Completely remove Search Bar - Theme Spotlight

Tried various solutions to remove Search Bar, but when loading the site the first milliseconds the Search Bar icon is visible. Is there any way to remove it so that it does not appear at all?

Hi @heartlessoff

This is Henry 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

.header__search {

display: none !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Doesn’t seem to show up at all, thank you.