How to change the text areas border color in VirtueMart?

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!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to remove recently viewed products from the homepage in VirtueMart?

You can disable the visualization of the recently viewed products from your web site's front end...

How to set maximum purchase value in VirtueMart?

The VirtueMart script allows you to set the minimum sum per a purchase. This can be done from the...

How to hide the Add to Cart button for non-registered users in VirtueMart?

In order to hide the Add to Cart button for non-registered users edit...

How to install a language pack in VirtueMart?

First you should install the chosen language pack for Joomla. You can find detailed instructions...

How to change the ”Recommend to a friend” message in VirtueMart?

The Recommend to a friend link in the products details pages can be enabled from the Joomla...