Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1300681
    peyton_dcosta
    Participant

    Hey 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.

    #1300682
    peyton_dcosta
    Participant

    sorry forgot to give you the link: http://www.lift-jesus-higher-rally.ca

    #1300697
    Thai
    Moderator

    Hi 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 🙂

    #1300804
    peyton_dcosta
    Participant

    Thank you, Thai.

    #1300834
    Joao
    Moderator

    Glad to hear we managed to help,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1300681 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>