Forums

V4->V5 Form Background Color

ksignorello 09 Mar, 2015
On my site a V4 form looks like :,

[attachment=0]Capture2.JPG[/attachment]

Under V5 all new forms have a grey background like this:

[attachment=1]Capture.JPG[/attachment]

What can I do to stop this and get back to the style of my template for that module.

Ken
GreyHead 10 Mar, 2015
Hi Ken,

The CSS has changed a lot between the two versions. I don't think that CFv5 sets a background colour at all so you may be seeing the template background showing through. Please post a link to the form so I can take a quick look.

Bob
ksignorello 11 Mar, 2015
Here ya go - I set up a test form that doesn't really do anything but has the problem.

http://www.darkroomgallery.com/index.php?option=com_chronoforms5&chronoform=testform

Ken
GreyHead 11 Mar, 2015
Answer
Hi Ken,

ChronoForms v5 doesn't set a background colour so your template color is showing though. You can change it with CSS in a Load CSS action like this
.gbs3 {
  background-color: whitesmoke;
  padding: 6px;
}
The padding is optional but IMHO looks better.

Bob
This topic is locked and no more replies can be posted.