Tagged: x
-
AuthorPosts
-
December 21, 2016 at 10:29 am #1300681
peyton_dcostaParticipantHey X Team,
I’ve been trying to style the labels for the fields for ninja forms to no avail (ie. Name, Subject)
This is the code i’ve tried and it works to a certain degree:
.nf-field-label{
text-transform: uppercase;
color: #22313F;
font-weight: 100 !important;
font-size: 14px;
font-family:’Montserrat’, sans-serif;
}What doesn’t work is the font-weight, font-size and color. I don’t know why but it still shows up like its been bolded.
Would appreciate the help. Thank you.
December 21, 2016 at 10:30 am #1300682
peyton_dcostaParticipantsorry forgot to give you the link: http://www.lift-jesus-higher-rally.ca
December 21, 2016 at 10:43 am #1300697
ThaiModeratorHi There,
Please try with this CSS instead:
.nf-field-label label{ text-transform: uppercase; color: #22313F; font-weight: 100 !important; font-size: 14px; font-family: 'Montserrat', sans-serif; }Hope it helps 🙂
December 21, 2016 at 12:18 pm #1300804
peyton_dcostaParticipantThank you, Thai.
December 21, 2016 at 12:55 pm #1300834
JoaoModeratorGlad to hear we managed to help,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1300681 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
