Size Chart coloring issues

Solved

Size Chart coloring issues

grumpycookies
Excursionist
32 0 12

Hi everyone! I'm having a few issues with the sizing chart on my website. I have different companies i use for products so here are my TWO issues. i would really like to be able to fix this all at once, not one product at a time since we have a lot of items on the site. any help would be amazing!!! the website is www.thegrumpycookies.com

 

1. i have gone thru my color schemes and nothing changes the color of that chart. it's a light grey and can hardly be seen. how can fix this?!

 

grumpycookies_0-1740624191872.png

 

2. some of our products are from BlueDoba and this is the only company that this happens with. when i went into shopify, i can change the color of the text but i don't know why the size chart is showing in white when our site background is black. what can i do??

 

grumpycookies_1-1740624344602.png

 

thank you so much!

Accepted Solution (1)

LizHoang
Shopify Partner
1251 159 196

This is an accepted solution.

Hi @grumpycookies  

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

table#size-guide {
    background: #fff !important;
}

 

Result: 

LizHoang_0-1740624809173.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Replies 3 (3)

LizHoang
Shopify Partner
1251 159 196

This is an accepted solution.

Hi @grumpycookies  

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

table#size-guide {
    background: #fff !important;
}

 

Result: 

LizHoang_0-1740624809173.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
grumpycookies
Excursionist
32 0 12

Thank you so much, Liz!!! That did work for the first issue. I am not sure what is happening with the second one, but I will have to go into those products and change it thru the shopify product page.

grumpycookies
Excursionist
32 0 12

@LizHoang 

 

i see that it didn't work on the mobile site. is there extra code i need to add to make sure this is also visible?