Re: Dawn theme search bar transperent !

Solved

Dawn theme search bar transperent !

Sohan2198
Pathfinder
124 8 18

 

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

Sohan2198_0-1724067487203.png

 

mine looks like this right now !

Sohan2198_0-1724067275293.png

Url:https://ao365q8tca6kpq1p-58506346583.shopifypreview.com

 

Shopify_
Accepted Solutions (3)

Moeed
Shopify Partner
5516 1496 1786

This is an accepted solution.

Hey @Sohan2198 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
input.search_input.field_input.snize-input-style {
    background: transparent !important;
}
</style>

RESULT:

Moeed_0-1724068290478.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Sohan2198
Pathfinder
124 8 18

This is an accepted solution.

I want above the banner. Not on banner 

Shopify_

View solution in original post

BSS-TekLabs
Shopify Partner
2350 702 828

This is an accepted solution.

- Here is the solution for you @Sohan2198 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

@media only screen and (max-width: 600px) {
slideshow-component {
     margin-top: 39px !important;
}
}

BSSTekLabs_0-1724071382688.png

 

- Here is the result you will achieve:

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
5516 1496 1786

This is an accepted solution.

Hey @Sohan2198 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
input.search_input.field_input.snize-input-style {
    background: transparent !important;
}
</style>

RESULT:

Moeed_0-1724068290478.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


Sohan2198
Pathfinder
124 8 18

This is an accepted solution.

I want above the banner. Not on banner 

Shopify_

BSS-TekLabs
Shopify Partner
2350 702 828

This is an accepted solution.

- Here is the solution for you @Sohan2198 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

@media only screen and (max-width: 600px) {
slideshow-component {
     margin-top: 39px !important;
}
}

BSSTekLabs_0-1724071382688.png

 

- Here is the result you will achieve:

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now