• 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: RSForm! Pro Manage Directories - Detail Layout - Background Colour

RSDirectory Detail Layout - Background Colour 10 years 9 months ago #28395

Hi All

I should start by saying that I'm quite new to using RSForm, and my css knowledge is very limited. I'm currently using the RSDirectory part of this extension, to view submissions on the front end of my site. Upon selecting a submission, I'm presented with the "detail" layout page. I'm trying to change the background colour of the detail page (when viewing a submission on the front end).

Would you guys be able to suggest some custom css coding I could use to change the background colour of this layout. You can see from the screenshot below, it's currently white with grey text - so i'd like to change this background colour from white to black perhaps.

Let me know if you can assist me with this - many thanks!

Tom
The administrator has disabled public write access.

RSDirectory Detail Layout - Background Colour 10 years 9 months ago #28401

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
In order to change the background color of the details layout page, you will have to head over to Components > RSForm!Pro > Manage directories > Select form > Details Layout.

In the Details Layout, set Auto Generate Layout to No and insert the following css declaration:
<style>
.rsform-table-row{
background-color:black !important;
}
</style>

I will move this topic to the RSForm!Pro section, RSDirectory! is a different extension.

PS: If this is not the case, please be more specific (your image wasn't attached)
My help is not official customer support. To receive your support, submit a ticket by clicking here
The administrator has disabled public write access.

RSDirectory Detail Layout - Background Colour 10 years 9 months ago #28406

Thanks for the help :)
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!