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!
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.
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;
}
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.
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