• 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: Change Form Colour

Change Form Colour 10 years 11 months ago #27818

Hi guys.

I know css.
However, having problems identifying class for form colour.
My form needs a black background.

I know its simple, just having a bad day.

Please help!!

Regards Scorpio66
The administrator has disabled public write access.

Change Form Colour 10 years 10 months ago #27823

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
Head over to Properties > Design - Form Layout and after <!-- Do not remove this ID --> you will find the id. Next step is to go in the CSS and Javascript section and add in the CSS area
<style>
#CSS_ID{
background-color:#000000
}
</style>

Keep in mind that the CSS declarations specified here may be later overwritten by other declarations (inline styles, template CSS files, etc.).

More information regarding Form layout and style adjustments.
My help is not official customer support. To receive your support, submit a ticket by clicking here
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!