Dawn theme search bar transperent !

Topic summary

A user seeks help making their search bar transparent on mobile view in the Dawn theme. The issue is resolved through CSS customization.

Solution provided:

  • Navigate to Admin → Online Store → Theme → Edit code
  • Locate the base.css file
  • Add CSS code targeting mobile screens (max-width: 768px) to make the search input background transparent and adjust slider component margins
  • Save and reload the page

Follow-up request:
The user then asks how to align the cart icon and logo on the same line in mobile view.

Status: The cart icon alignment issue appears to have been resolved independently by the user, as confirmed by the helper who verified the storefront displays correctly on mobile.

Summarized with AI on November 6. AI used: claude-sonnet-4-5-20250929.

hello how can i make my search bar like in Mobile View right now

Url: https://www.zisthi.com/
pass:Zisthi0206

mine looks like this right now !

Hi @Sohan2198 ,

I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!

Step 1: Go to Admin → Online store → Theme > Edit code:

Step 2: Search for the file base.css. And add this code snippet to the end of the file.

@media only screen and (max-width: 768px) {
    input.search_input.field_input.snize-input-style {
        background: transparent !important;
    }
    slider-component.slider-mobile-gutter {
        margin-top: 10px !important;
    }
}

Step 3: Save your code and reload this page.

=>> The result:

I hope these instructions will help you. If they are helpful, don’t forget to like and mark as the solution.

Have a nice day sir!

@BSSCommerce-B2B
I want cart & logo in same line

Like

Hi @Sohan2198 ,

I haved checked your website

It’s seem like you resolved this issue with cart icon

We’re happy to see that Everything in your store front on mobile view look good!

Should you need any further information, please do not hesitate to contact us by tagging directly at Community post. We will check and let you know soon.

Have a nice day!