Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How do i change the color of the cart text?

Solved

How do i change the color of the cart text?

Carlzito
New Member
14 0 0

Hi, i want to change all the text in my cart pop up to be black instead of white. how can i do that

 

My store is: PureSole.dk Password: 1

looking forward to some answers.

-carl

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @Carlzito

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSTechVenture_0-1716606505553.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSTechVenture_1-1716606510282.png

 

Step 3: Insert the below code at the bottom of the file -> Save

.drawer__heading,
.drawer__close,
.cart-item__details,
.cart-item__name,
.cart-item__totals,
.cart-item__price-wrapper .price,
quantity-input.quantity.cart-quantity,
quantity-input.quantity.cart-quantity button,
.drawer__footer,
textarea#CartDrawer-Note
{
  color: black !important;
}

textarea#CartDrawer-Note {
    border: 1px solid #0000007a;
}

Here is result: 

BSSTechVenture_2-1716606552446.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Reply 1 (1)

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @Carlzito

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSTechVenture_0-1716606505553.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSTechVenture_1-1716606510282.png

 

Step 3: Insert the below code at the bottom of the file -> Save

.drawer__heading,
.drawer__close,
.cart-item__details,
.cart-item__name,
.cart-item__totals,
.cart-item__price-wrapper .price,
quantity-input.quantity.cart-quantity,
quantity-input.quantity.cart-quantity button,
.drawer__footer,
textarea#CartDrawer-Note
{
  color: black !important;
}

textarea#CartDrawer-Note {
    border: 1px solid #0000007a;
}

Here is result: 

BSSTechVenture_2-1716606552446.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now