• 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: I want to change the (overall) font-size

I want to change the (overall) font-size 1 month 1 week ago #43877

Hi all,

I want to change the font-size of the whole form. I tried it in form properties/CSS
But also in attributes.

It is only a problem for my radiobuttongroup, so if it can be adjusted just for that field I would be pleased as well.
What am I doing wrong?

Attributes:
style="font-weight:bold;font-size: 5px;" did not work

And in the properties/CSS I tried:
<style type="text/css">
.body {
  font-size: 50px;
}
</style>
Last Edit: 1 month 1 week ago by martijnvanhooff89. Reason: wrong bbCode
The administrator has disabled public write access.

I want to change the (overall) font-size 1 month 6 days ago #43879

I found the solution:


.rsform-block-age{
font-size: 12px;
color:#0099CC
}
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!