Quote:
Originally Posted by 582 Trees
|
Hello!
This is Wendy from Ecwid team, thanks a lot for getting in touch with us!
You can change the color of the text in your cart text field with the help of the following CSS code:
Code:
#ec-cart-email-input {
color: white
}
.form-control__placeholder-inner {
color: white
}
Feel free to replace
white with any other color at your choice. Here you will find the color codes for CSS:
https://www.color-hex.com/
In order to apply the code, you should copy it and paste to your
Ecwid control panel > Design page > Edit theme > add the new code below existing ones.
When I checked your custom CSS theme, I noticed the code with the missing '}' symbol. You should add } to the very end of your CSS theme, otherwise this mistake would prevent the other codes from applying. See my screenshot:
Also, there is no "Checkout' button in the shopping cart page at the moment. It doesn't display, as long as you do not have any enabled payment methods in your store. You should set up at least one payment method using this instruction:
https://support.ecwid.com/hc/en-us/a...9-Getting-paid
I hope this will help. If you have any further questions, feel free to ask!