How do i change the colour of this search results section to match my background colour

Solved

How do i change the colour of this search results section to match my background colour

dumbl3d00r
Explorer
60 0 12

 i want to change the white background to #fdf1e5 and the font colour to #2f261e my website is: https://sonderbydumble.co.uk

IMG_4788.jpeg

Accepted Solution (1)

Moeed
Shopify Partner
7375 1996 2437

This is an accepted solution.

Hey @dumbl3d00r 

 

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>
.template-search.template-search--empty.section-template--24306150637908__main-padding * {
    color: #2f261e !important;
}
.template-search.template-search--empty.section-template--24306150637908__main-padding {
    background: #fdf1e5 !important;
}
</style>

RESULT:

Moeed_0-1733679351245.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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
7375 1996 2437

This is an accepted solution.

Hey @dumbl3d00r 

 

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>
.template-search.template-search--empty.section-template--24306150637908__main-padding * {
    color: #2f261e !important;
}
.template-search.template-search--empty.section-template--24306150637908__main-padding {
    background: #fdf1e5 !important;
}
</style>

RESULT:

Moeed_0-1733679351245.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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications