Changing Colour Of Font On Cart Page On Dawn Theme

Solved
amaan4
Tourist
13 0 3

Hi,

I'm trying to change the colour of the text on my cart page to black without changing the rest of the website. Currently, it is white on white so can't be read and when I change the colour of the text in the theme settings it changes it for the whole website. Please help. Thanks

https://novagolfclo.com/cart

amaan4_0-1675181688221.png

 

Accepted Solution (1)
PageFly-Kate
Shopify Partner
740 264 206

This is an accepted solution.

Hi @amaan4 ,

 

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-cart.css->paste below code at the bottom of the file:

h1,
.cart-items thead th,
.cart-item>td,
.cart-item__name,
.cart-item__price-wrapper span,
.quantity__button svg,
.quantity__input,
.totals__subtotal,
.totals__subtotal-value,
.tax-note {
    color: #000 !important;
}

.cart__footer {
    padding-top: 0;
    margin-bottom: 40px;
}

I hope it would help you

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7. 


Make your Instagram Feed a Sales Generator with VIBE Shoppable Instagram Feed.

View solution in original post

Reply 1 (1)
PageFly-Kate
Shopify Partner
740 264 206

This is an accepted solution.

Hi @amaan4 ,

 

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-cart.css->paste below code at the bottom of the file:

h1,
.cart-items thead th,
.cart-item>td,
.cart-item__name,
.cart-item__price-wrapper span,
.quantity__button svg,
.quantity__input,
.totals__subtotal,
.totals__subtotal-value,
.tax-note {
    color: #000 !important;
}

.cart__footer {
    padding-top: 0;
    margin-bottom: 40px;
}

I hope it would help you

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7. 


Make your Instagram Feed a Sales Generator with VIBE Shoppable Instagram Feed.