• 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: CSS in additional attributes of checkbox group

CSS in additional attributes of checkbox group 2 years 7 months ago #41532

  • rgouyon
  • rgouyon's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 24
  • Thank you received: 1
Hello
My template set my background colour to black an text colour to yellow. But I want the text on my items in a checkbox to be white so in the additional attributes I have put:
style="color:#fff"
But it doesn't works my text is sitll yellow
Any idea
Last Edit: 2 years 7 months ago by rgouyon.
The administrator has disabled public write access.

CSS in additional attributes of checkbox group 2 years 7 months ago #41534

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 559
  • Thank you received: 102
Hello,

You can try going to Components > RSForm!Pro > Manage Forms > Edit your form > Form Properties > CSS and JavaScript > CSS area and add something similar:
<style>
 
.rsform-block-checkbox label {
    color: ffffff;
}
 
</style>
The administrator has disabled public write access.

CSS in additional attributes of checkbox group 2 years 7 months ago #41536

  • rgouyon
  • rgouyon's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 24
  • Thank you received: 1
Yes I was thinking of something like that but I just want to change the color of one of my checkbox group and not the others one on my form
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!