In this article we describe an example on how to modify the default CSS of RSform!Pro.
For example, lets say you want to adjust the border thickness of the input fields. In order to achieve this go to /components/com_rsform/front.css and insert this code at the end of the file:
div.nopad input, div.nopad button {
border:1px solid #333333;
}
Easy editing of this file can bring up a whole new look to your forms !






