Hey!
As you can see in the pictures annexed, my text color is white. But if I change it, every text on my whole website also changes. How do I change the text color from white to black?
I imagine I will have to edit the code.
Thanks in advance.
Félix
Solved! Go to the solution
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
input, textarea, select{ color: #000 !important; }
::placeholder { color: #000 !important; }
Hope this works.
Thanks!
It's okey I managed to fix the problem. Thank you! I accidently deleted a bracket.
Now I see we have edited the color of the number:
How do I change the prefix in black?
Thank you very much.
This is an accepted solution.
Please add this code.
label {color: #000 !important;}
input[type='number'].product-form__quantity-input {color: #000;}
.single-option-selector, .product-form__quantity-input {color: #000;}
User | Count |
---|---|
422 | |
210 | |
94 | |
89 | |
73 |