I've got a number of forms loaded straight from the menu and the colour is fine: http://newphase03.cloudaccess.net/book-a-party.html?view=form
however I have one form loaded into an article and the label colour is a little darker: http://newphase03.cloudaccess.net/why-ee.html
Any suggestions on how I can make the label colour the same?
however I have one form loaded into an article and the label colour is a little darker: http://newphase03.cloudaccess.net/why-ee.html
Any suggestions on how I can make the label colour the same?
Hi ScorpiusDelectus,
Your template is setting the CSS for labels inside a module:
You probably need to over-ride this with some suitable CSS in Load CSS action.
Bob
Your template is setting the CSS for labels inside a module:
.user_module div.module_menu, .user_module div.module_text, .user_module div.module {
background: url("../images/black_trans.png") repeat scroll 0 0 transparent;
color: #CCCCCC;
font-size: 94%;
margin-bottom: 20px;
padding: 10px 20px 20px;
text-align: left;
}
You probably need to over-ride this with some suitable CSS in Load CSS action.
Bob
What would you suggest to put in the Load CSS field?
Hi ScorpiusDelectus,
Err . . . the CSS to make the labels look the way you want them to???
Bob
Err . . . the CSS to make the labels look the way you want them to???
Bob
Sorry Bob, I'm not a coder. I was hoping simply putting Color: #FFFFFF into the field would do it but that's not the case.
Hi ScorpiousDelectus,
We're there a lot more ours in the day then nothing would give me more pleasure than fixing the CSS on your site. As it is, there aren't enough :-(
I already spend more than enough time trying to help with ChronoForms problems. Although this shows up in your form it isn't a ChronoForms problem.
Bob
We're there a lot more ours in the day then nothing would give me more pleasure than fixing the CSS on your site. As it is, there aren't enough :-(
I already spend more than enough time trying to help with ChronoForms problems. Although this shows up in your form it isn't a ChronoForms problem.
Bob
This topic is locked and no more replies can be posted.