This topic has 4 replies, 2 voices, and was last updated 8 years, 6 months ago ago by Jack Richardson
How can I put other colour to the border of the boxes in shipping address and billing address? The colour is too similar to the background of the website.
Can I put other colour in the background of the box also?
https://drive.google.com/open?id=0Bz-q5j1dkUNOb2lDXy1rT2pPNnc
Hello,
Try the following css code in custom.css:
.tab-billing input[type="text"], .tab-billing input[type="email"], .tab-billing input[type="tel"], .tab-billing .select2-container .select2-choice {
border-color: #000000 !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Best regards,
Jack Richardson.
Perfect!!! Thanks
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Change colour border boxes in shipping address’' has been successfully resolved, and the topic is now closed for further responses