Urgent: Change search bar background and currency/country selector DAWN theme

Solved

Urgent: Change search bar background and currency/country selector DAWN theme

junglecatclub
Excursionist
26 0 6

Hello, we are close to launch and need the following adjusted and theres no option anywhere to do so can someone please help us with the code to adjust the search bar and currency/country selector background its showing as black on black currently

 

see below

 

thank you!

 

https://jungle-cat-club.myshopify.com/

 

Screenshot 2025-03-05 at 09.50.26.pngScreenshot 2025-03-05 at 09.50.20.png

Accepted Solution (1)

B2Bridge
Excursionist
334 66 82

This is an accepted solution.

Hi @junglecatclub , you can follow these steps:

Step 1: Open Online Store -> Themes -> Edit code.

Step 2: Find component-card.css file

Step 3: Paste this code at the bottom of the file

 

 

.disclosure__list-wrapper,
.country-filter,
.country-filter__input.field__input,
.search__input.field__input {
 background-color: #fff !important;
}

 

 

Screenshot_6.png

If this is helpful, please let us know by giving us a like and marking it as a solution. Thank you 😍

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

View solution in original post

Replies 9 (9)

suyash1
Shopify Partner
10711 1324 1699

@junglecatclub please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css

 

.country-selector .disclosure__link, .country-selector .disclosure__link:hover, .country-filter__input{color: #fff !important;}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
junglecatclub
Excursionist
26 0 6

Hello, this did not work sorry

suyash1
Shopify Partner
10711 1324 1699

@junglecatclub check currency, it is working, for search bar, add this css and check

 

.search__button .icon, .search__input.field__input {color: #fff !important;}

 

suyash1_0-1741143918922.png

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
junglecatclub
Excursionist
26 0 6

This changed the colour of the TEXT not backgrounf.. here is result

i wanted to make text black, background cream

 

Screenshot 2025-03-05 at 10.04.36.png

suyash1
Shopify Partner
10711 1324 1699

@junglecatclub - can you please provide color shade which you want as background?

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
junglecatclub
Excursionist
26 0 6

For both i would like background #EEE9DD

and text black

thank you so much!

suyash1
Shopify Partner
10711 1324 1699

@junglecatclub please remove previously given css and add this

 

.country-filter{background-color: #EEE9DD !important;}
.disclosure__list-wrapper{color: #000 !important;}
.country-filter__input{background: #EEE9DD !important;}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

B2Bridge
Excursionist
334 66 82

This is an accepted solution.

Hi @junglecatclub , you can follow these steps:

Step 1: Open Online Store -> Themes -> Edit code.

Step 2: Find component-card.css file

Step 3: Paste this code at the bottom of the file

 

 

.disclosure__list-wrapper,
.country-filter,
.country-filter__input.field__input,
.search__input.field__input {
 background-color: #fff !important;
}

 

 

Screenshot_6.png

If this is helpful, please let us know by giving us a like and marking it as a solution. Thank you 😍

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

junglecatclub
Excursionist
26 0 6

Thank you SO  much! worked perfectly