In order to change the border color of the text areas in VirtueMart open the template_css.css file located in yourtemplate/css folder and enter the following line in the textarea item definition:
border-color: COLOR;
Replace the COLOR string with your preferred color (you can use a name or a HEX number).
The corresponding code lines will be similar to the following ones:
input, select, textarea, .inputbox {
padding: 1px;
font-family: Tahoma, Arial, sans-serif;
font-size: 100%;
border-color: red;
}
The above will change the border color for all the text areas in your script.
You need help with a shopping cart? hostlantern is specialized in eCommerce hosting and provides expert support for a large number of shopping carts. Check out our shopping cart hosting services!