• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Removing border

Removing border 13 years 7 months ago #11451

  • StormIT
  • StormIT's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 30
Hi,

I have just start using RSForms Pro and for some reason a border is appearing on my form... I can't see where to change it in CSS:

www.sycura.com/careers?view=rsform

Any ideas?

Many thanks
The administrator has disabled public write access.

Re:Removing border 13 years 7 months ago #11482

  • andreic
  • andreic's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 733
  • Thank you received: 60
Hello,

In order to remove this border please try going to components/com_rsform/assets/css/ and edit the front.css file. Just search for:

fieldset.formFieldset {
margin-bottom: 10px;
}

and add the following line :

border : none;
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!