- This topic has 1 reply, 2 voices, and was last updated 9 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › Form Builder Addon – Changing Font Color for Individual Label Fields.
Tagged: customize registration form, form builder
When using firebug to see the css style elements of the Form Builder Addon plugin they all use the same: class=”vfb-choice”.
So when I make a change in the custom css file all label fields get changed the same. My client wants the label fields under the Best way of communication field to be blue. That is she wants the text of phone and email to be colored blue (next to the radio buttons) while all the other label fields remain black. Or even if it’s possible to make changes individually.
I also created the following css code and inserted it in to the custom css file for the plugin:
.best-way-of-communication { color: #0000ff !important; }
and put best-way-of-communication in the custom css code field in the Form Builder Addon box for the Best Way of Communication field. It seems like whatever I put in the boxes doesn’t work anyway.
The form can be found on this page: [https://wondervegas.com/wonder-registration/bronze-level/]
Try the following CSS Tweak:
#item-vfb-best-way-of-communication-19 label{
color: #0000ff !important;
}