Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1063933
    SPACECOWB0Y
    Participant

    Hello,

    Could you help me with some css for my contact form?

    https://hadassahjewellery.com/contact/

    I have tried using what I could find in the forums but none of it seems to be working. I would like the following text to be white:

    “Fields marked with an * are required”

    “Name *”

    Email *

    Message *

    What is thirteen minus 6? *

    Thank you!

    #1064010
    Jade
    Moderator

    Hi there,

    Please add this in the CSS customizer:

    .ninja-forms-all-fields-wrap * {
        color: #fff;
    }
    
    .ninja-forms-all-fields-wrap #ninja_forms_field_5 {
        color: #000;
    }

    Hope this helps.

    #1065430
    SPACECOWB0Y
    Participant

    Thank you so much! That is just what I wanted.

    #1065457
    Rahul
    Moderator

    You are welcome!

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