This topic has 7 replies, 2 voices, and was last updated 1 months, 1 weeks ago ago by Rose Tyler
Dear support team!
How can I make the Cart’s field’s Input words to smaller, 15px and to #A2A2A2 color?
Thank you! 🙂
Hello, Creativesite,
Thank you for contacting us and for using XStore.
Custom CSS code can be used:
.woocommerce-checkout .et-advanced-label label[for] {
font-size: 15px;
color: #A2A2A2;
}
Best Regards,
8Theme’s Team
Thank you Rose!
I add it to the CSS but unfortunately it leaves the size on 17px,
and the color on dark gray,
even after deleting cache. I attached image.
Hello, Creativesite,
The problem was caused by an unclosed “}” in your custom CSS code.
Please clear cache and check now.
Kind Regards,
8theme team
Awesome! Thank you!
And how can I add an extra field, that is: Company Tax number as optional field?
Thank you 🙂
Hello, Creativesite,
You’re welcome!
We’ve answered here – https://www.8theme.com/topic/company-name-and-taxfield-on-woocommerce-checkout-page/#post-417060
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up