Size Chart coloring issues

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?!

  1. 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??

thank you so much!

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:

Best,

Liz

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.

@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?