Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1044334
    ahurlburt53
    Participant

    I’m trying to change the color labels to color: #39c6e7; having no luck

    fieldset li label {
    font-size: 13px;
    text-align: left;
    margin-top: 5px;
    margin: 0 10px 5px 0;
    line-height: 17px;
    color: #39c6e7;
    }

    screen shot http://i.imgur.com/1kqwG0Q.png

    web page https://vsfmarketing.com/thank-you/

    #1044523
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    ul.form_fields label {
        color: #fff !important;
    }

    Thanks.

    #1044913
    ahurlburt53
    Participant

    did not work

    #1044927
    Darshana
    Moderator

    Hi there,

    Your CSS won’t work when you have incorrect rules in your custom CSS area. Copy all of your custom CSS rules into an online tool like CSS Lint (http://csslint.net/) and check for errors (parsing errors). Newly added CSS won’t parse correctly until you fix those errors.

    Thanks!

    #1044928
    ahurlburt53
    Participant
    #1044942
    Darshana
    Moderator

    Hi there,

    Please follow the above post and resolve your custom CSS rules that has been placed in to your Customizer.

    CSS lint found 17 errors and 312 warnings.

    Please refer (https://snag.gy/263Pfo.jpg).

    Thanks!

    #1044943
    ahurlburt53
    Participant

    so thats your answer. Where do you think I got all these css errors

    #1045025
    Paul R
    Moderator

    Hi,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1049010
    ahurlburt53
    Participant
    This reply has been marked as private.
    #1049207
    Christopher
    Moderator

    Hi there,

    Find this code :

    body #gform_wrapper_2 .gform_heading .gform_title {color: #22222}
    body .gform_wrapper {border:0px solid #transparent;
    padding: 2rem;
    border-radius: 4px;
    }
    body .gform_wrapper .gform_footer input[type=submit] {border: 2px solid black}
    body #gform_wrapper_6 .gform_body .gform_fields .gfield .gfield_label {color: #000000}
    

    And update it to :

    body #gform_wrapper_2 .gform_heading .gform_title {
    color: #22222;
    }
    
    body .gform_wrapper {
    border:0px solid transparent;
    padding: 2rem;
    border-radius: 4px;
    }
    body .gform_wrapper .gform_footer input[type=submit] {
    border: 2px solid black;
    }
    body #gform_wrapper_6 .gform_body .gform_fields .gfield .gfield_label {
    color: #000000;
    }
    

    Find this media query and close curly bracket at right place :

    @media ( min-width: 980px ) {
      .home #x-section-7 .h-custom-headline, .home #x-section-6 .x-columnize {
      width: 85%;
      margin: 0 auto;
      }
      

    Hope it helps.

    #1050191
    ahurlburt53
    Participant

    ty I removed all code and non useful css. Looks like everything is working

    #1050209
    Christopher
    Moderator

    You’re welcome.

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