Remove blue backgrounds for labels
Harry Mossman created the topic: Remove blue backgrounds for labels
Where specifically can I find more info on customizing forms. The labels currently have a blue background that makes them unreadable. That may be the fault of the theme we are using (iFeature Pro) but we are not going to change themes.
sacsteam.org/swap-meet-vendor-confirmation/
sacsteam.org/contact-us/
Please Log in or Create an account to join the conversation.
-
Topic Author
- Harry Mossman
- Offline
- Fresh Boarder
-
- Posts: 4
- Thank you received: 0
10 years 11 months ago
Support replied the topic: Re: Remove blue backgrounds for labels
Dear Harry,
Yes, the problem is caused by the them. The workaround for this is to put
#form[your_form_number] .label {
background: none !important;
}
In your case you need to add the following two css classes to your foundation.css stylesheet of ifeaturepro theme:
#form1 .label {
background: none !important;
}
#form2 .label {
background: none !important;
}
you can add so by just changing the numbers of forms in the feature if you add more forms.
--
Best regards
Web-Dorado team
Best regards,
Web-Dorado team
Joomla extensions ,
Wordpress plugins ,
Drupal modules
Please Log in or Create an account to join the conversation.
10 years 11 months ago
Harry Mossman replied the topic: Re: Remove blue backgrounds for labels
Great! Thanks for the quick reply.
Please Log in or Create an account to join the conversation.
-
Topic Author
- Harry Mossman
- Offline
- Fresh Boarder
-
- Posts: 4
- Thank you received: 0
10 years 11 months ago