• 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: Form Error Message Color

Form Error Message Color 6 years 10 months ago #38306

  • xingu
  • xingu's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 32
  • Thank you received: 1
Hello, I have 2 forms on one page but each has a different background color and I would like the error text to be different colors. I am not able to figure out how to make each one different.

Even if I add different CSS in the form properties the colors change on both.

<style>
.rsform-input-box {
width: auto !important;
}
.control-label.formControlLabel.rsform-error {
color: red;
}
.formRed {
color: red;
font-weight: normal;
}
.formError {
color: red;
font-weight: normal;
font-size: 10px;
}
</style>
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!