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
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
Hi @Carlzito ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid
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:
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 ![]()