• 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: How to attribute a style to a class and id

How to attribute a style to a class and id 2 years 11 months ago #41125

  • rgouyon
  • rgouyon's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 24
  • Thank you received: 1
I have a button on a form and I wanted to apply a specific style to the Caption
my button name is btn:
if I put this in the CSS section of the form
.formControlLabel  {
    width: 80%;
text-align: left;
}
All my fields label are changed and I dont want it
if I put this
 
#btn  {
    width: 80%;
text-align: left;
}
My button is displayed on 80% of the screen and this is not what I want

Is there any combination of class .formControlLabel and id #btn to apply my CSS only to the Caption of my button
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!