• 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 add css style

how to add css style 12 years 4 months ago #20509

  • wearth
  • wearth's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
I've created a form which works perfectly but i'm lost at how to style it with css.
What i would like to do is change the font, adjust border and field background color.

I've understood that i can write css in the CSSfield inside the form program.
As a test i've used the following css code:

<style type="text/css">
.formClr {
font-family:Verdana, Geneva, sans-serif;
font-size: 12px;
color: #333;
}
</style>

Unfortunately the code doesn't work and the font stays at times new roman.
Hopefully someone can tell me what i should do to make it work! :)
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!