Change the color search background into white in results with new matching fonts Dawn theme 7.01

Solved

Change the color search background into white in results with new matching fonts Dawn theme 7.01

Dekanten
Navigator
321 1 116

Hello

 

I want to change the search results into white background, i have the black header and i want to change the search color and the fonts aswell. Can we make something who match the site better than this?

 

See attached image: (The fonts is too small and the colors dont fit into what i want)

 

Hope we can figure something out, i will for sure thank you all and accept the solutions who works. 🙂

 

Skjermbilde 2024-08-03 kl. 02.23.00.png

 

My storeurl:

www.dekanten.no

Accepted Solutions (2)

BSSCommerce-B2B
Shopify Partner
1446 404 468

This is an accepted solution.

Hi, you could following these steps
Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the base.css file
Step 3. Paste the code into the end of the file

 

.predictive-search.predictive-search--header {
  background: white!important;
  color: black!important;
}

.predictive-search--header .predictive-search__item-content,
.predictive-search--header .predictive-search__item-heading,
.predictive-search--header .predictive-search__item-vendor,
.predictive-search--header .price-item,
.predictive-search--header .predictive-search__item--term {
  color: black!important;
  font-size: 1.5rem
}

You will get result like this

BSSCommerceB2B_0-1722646160109.png

 

 

If it helps you, please like and mark it as the solution.

Best Regards

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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

View solution in original post

BSSCommerce-B2B
Shopify Partner
1446 404 468

This is an accepted solution.

Could you please send me the image of your code? 
Make sure you have placed the code in the right place

BSSCommerceB2B_1-1722650175945.png

 

BSSCommerceB2B_0-1722650171276.png

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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

View solution in original post

Replies 6 (6)

BSSCommerce-B2B
Shopify Partner
1446 404 468

This is an accepted solution.

Hi, you could following these steps
Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the base.css file
Step 3. Paste the code into the end of the file

 

.predictive-search.predictive-search--header {
  background: white!important;
  color: black!important;
}

.predictive-search--header .predictive-search__item-content,
.predictive-search--header .predictive-search__item-heading,
.predictive-search--header .predictive-search__item-vendor,
.predictive-search--header .price-item,
.predictive-search--header .predictive-search__item--term {
  color: black!important;
  font-size: 1.5rem
}

You will get result like this

BSSCommerceB2B_0-1722646160109.png

 

 

If it helps you, please like and mark it as the solution.

Best Regards

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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

Dekanten
Navigator
321 1 116

Hi, thanks for the contribution but nothing changes here im afraid, do you have other ideas? I will be very gratefull, hope we can figure something out here?  🙂

 

The look you got there is that i want, its looks flawless. 🙂

BSSCommerce-B2B
Shopify Partner
1446 404 468

This is an accepted solution.

Could you please send me the image of your code? 
Make sure you have placed the code in the right place

BSSCommerceB2B_1-1722650175945.png

 

BSSCommerceB2B_0-1722650171276.png

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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

BSSCommerce-B2B
Shopify Partner
1446 404 468

I have set all the font sizes to be equal, but if you want smaller price please update this code

.predictive-search.predictive-search--header {
  background-color: white!important;
  color: black!important;
}

.predictive-search--header .predictive-search__item-content,
.predictive-search--header .predictive-search__item-heading,
.predictive-search--header .predictive-search__item-vendor,
.predictive-search--header .predictive-search__item--term {
  color: black!important;
  font-size: 1.5rem!important;
}
.predictive-search--header .price-item {
  color: black!important;
  font-size: 1.3rem!important;
}

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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

Dekanten
Navigator
321 1 116

Thank u and this is what im looking for, this works in theme section and not the base so everything looking just fine by this. 🙂

Dekanten
Navigator
321 1 116

Thank u so much for all your patience and big help, this means a world too me and everytime i ask i got really fast and nice help. You are amazing, thank u for all that. 🙂