Re: Slideshow Button & Search Results Themes - Changing together..

Solved

Slideshow Button & Search Results Themes - Changing together..

ManKaveStore
Explorer
66 7 8

I've been having some trouble managing my color themes.. I want to make sure that my slideshow buttons & announcement bars stay dark (ideally I'd also have them match the header's background color). It would be fine as it is, but in my 'Search Results' page the background is the same as my slideshow buttons - so if I do end up changing the theme and background, it also changes my slideshow banner.

 

My organization on the themes is clearly lacking, but the only reason I really need this fix at all is because on the "Search Results" page, there is text you can't read for the reviews - I even think there is supposed to be buttons for buy now or choose options? I would also like to remove that 2nd search bar that pops up on the search results.

 

My website is www.totalweeb.store

 

Below are images showing my website

search results.pngslideshow buttons.png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
7736 1870 2288

This is an accepted solution.

Hi @ManKaveStore 

Im a bit confuse of your problem in the arrow. 

Do you like to remove the 2nd search bar in the search page result right? 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.template-search__search {
    display: none;
}

 

And Save. 

Result:

Made4uoRibe_0-1711730805683.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
7736 1870 2288

This is an accepted solution.

Hi @ManKaveStore 

Im a bit confuse of your problem in the arrow. 

Do you like to remove the 2nd search bar in the search page result right? 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.template-search__search {
    display: none;
}

 

And Save. 

Result:

Made4uoRibe_0-1711730805683.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
ManKaveStore
Explorer
66 7 8

Thanks, that solves one of my issues. I wanted my background in my search results to be white, not black. But if I did change my search results to white, it would turn the buttons of the slide show from the homepage white also, when I want those buttons to stay the color it is.

I was thinking I could probably just add:

.template-search__search {
    display: none;
    background: white;
}

might work? Haven't tried it yet, but I'm about it. 

muhammadhammaf2
Tourist
6 0 3

Im a bit confuse of your problem in the arrow.