Re: Controlling 'Background Subdued' Checkout Colour

Controlling 'Background Subdued' Checkout Colour

pearlerwork
Shopify Partner
76 1 10

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 4 (4)

websensepro
Shopify Partner
1221 136 156

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

Free Shopify Beginner Tutorial
pearlerwork
Shopify Partner
76 1 10

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

sndrgb
Shopify Partner
2 0 0

I see you resolve, can you write how please?

SheetsEtAl
Visitor
2 0 0

Hello, I hope you've had some luck with this. I'm having the same issue, were you able to modify that color through the admin API or otherwise?