• 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: To change module background.

To change module background. 3 years 2 months ago #41880

  • primanautic
  • primanautic's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 1
Because I use a background on my website, I want to change the module background to white. But no matter what I try it doesn't work. Does anyone have a how-to. Joomla 4 cassiopia bootstrap 5
I googled some css but no result.
Thanks

www.primanautic.nl/index.php/email
The administrator has disabled public write access.

To change module background. 3 years 2 months ago #41885

  • primanautic
  • primanautic's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 1
You can customize the form's appearance through CSS, new styles can be added to your form's dedicated CSS area, under Form Properties > CSS & JavaScript > CSS, while editing your form:

<style>
#userForm {
background-color: rgba(255, 255, 255, 0.8);
padding: 20px;
}
</style>
The administrator has disabled public write access.
The following user(s) said Thank You: paul.lott
  • 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!