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
[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
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
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
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
http://www.darkroomgallery.com/index.php?option=com_chronoforms5&chronoform=testform
Ken
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
Bob
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
Thanks Bob, That'll work!
This topic is locked and no more replies can be posted.