How can I alter text color in the Boundless theme cart page?

Hello,

How do I change the color of the text ‘quantity’ on the cart page in boundless theme? The button’s background color is white and text is white. How can I change the ‘quantity’ word to black?

I also need to change the color of the text ‘email address’ to black in the newsletter section. Can someone please help me with this? Thanks in advance!

Hey @cbb ,

Please share your website URL. I will check and provide a solution here.

Thanks!

Thank you!

www.chefsboozybites.com

I’m trying to change the text color to black in the newsletter for the email address button, blog comment section, and the quantity in the checkout page.

Thank you very much for looking into it.

Hey @cbb ,

Thanks for the URL.

Please add following code in your assets/theme.scss.liquid file.

/* For newsletter email address color */
.input-group__field {
color: #000000;
}

/* For Blog comment box text color */
.form-vertical input, .form-vertical select, .form-vertical textarea{
color: #000000;
}

/* For other inputs and checkout colors */
input, textarea, select {
color: #000000;
}

Hope this works for you.

Thanks!

1 Like

Thank you very much. It worked with the new text that I enter in the buttons. The words ‘name’, ‘email address’, and ‘comment’ in the comments section and ‘email address’ in the newsletter section are still in the white color text which is making the customers understand what is the purpose of the button.

Hey @cbb ,

Try to add the following code in your assets/theme.scss.liquid file.

input::placeholder, textarea::placeholder {
    color: #000000;
    opacity: 1;
}

Hope this will work for you.

Thanks!

1 Like

Thank you very much!! It worked.

1 Like

How would you add it so that the color of the + and - sign are also black on the quantity for the cart page?

1 Like

@JonnyAtrocity

Please share your website URL and password if any. I will check and provide a solution here.

Thanks!

Chokeonitapparel.com
Thank you. I’m concerned with the cart page itself

1 Like

@JonnyAtrocity

Please add the following code at the bottom of your assets/theme.scss.liquid file.

#your-shopping-cart .js-qty__adjust{
background-color: #000 !important;
}

Hope this helps.

Thanks!

Hello, I am trying to change the colour of the TEXT on my cart page can you help please?

Hello, I am trying to change the colour of the TEXT on my cart page can you help please?
My theme is currently black and the text on my cart page is also black eg - https://www.boldkittt.com/cart
My Shopify URL is - www.boldkittt.com

Hello! I want to change some especific words in my product price price, i want just to the price (in the case R$ 6,30) and the and the installment price ( in the case R$ 1,57) to be in red, all the rest i want in black… there is a way to do that? @dmwwebartisan

How would I change just the color of the text in my header? It absolutely blows my mind that Shopify will only allow 1 single text color- that is so frustrating. I’m trying to get the announcement text white and the header text black. Literally the most basic function ever.

How do i change the color of the actual quantity?
The word “QUANTITY” is White on the Black Background but the product quantity “1” on the cart page is in black color on the black background

Thank you.