Controlling 'Background Subdued' Checkout Colour

pearlerwork
Shopify Partner
71 1 9

URL: https://bit.ly/3QRgif9

Theme: Dawn

 

Two client websites are having the same issue where the background of their transparent product image and the buttons on the cart page are turning to a random, bright yellow?

 

This variable seems to be the cause: 

 

 

 

background-color: var(--x-default-color-background-subdued);

 

 

 

 

Here's my code I'm trying to add to change it (added to base.css)

 

 

 

:root {
  --x-default-color-background-subdued): #fff;
}

 

 

 

 

 Thanks for you help.

Replies 2 (2)
websensepro
Shopify Partner
776 104 105

Hi, @pearlerwork.

 

please send a screenshot of which page issue.

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here
pearlerwork
Shopify Partner
71 1 9

It's just the cart page. See attached:

 

Screen Shot 2023-11-10 at 10.00.19 am.pngScreen Shot 2023-11-10 at 10.00.29 am.png