Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1165513
    Chris
    Participant

    I am using CF7 to collect information from customers. The form works fine, but if the customer leave a required field blank, there is an error message: “One or more fields have an error. Please check and try again.” This appears as an orange text in an orange box apparently using the Alert-Warning formatting. I would like red/red formatting, but have been unable to determine how to make this happen.

    #1165514
    Chris
    Participant
    This reply has been marked as private.
    #1165875
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-alert, .wpcf7-response-output, .buddypress #message, .bbp-template-notice {
      background-color: #fff;
      color: #f00;
    }

    Hope this helps.

    Cheers!

    #1167345
    Chris
    Participant

    That half-fixed things. The text is red, but the border of the box is still orange.

    #1167610
    Friech
    Moderator

    Hi There,

    Add this on your custom CSS as well.

    .wpcf7-response-output {border-color: #f00;}

    Hope it helps, Cheers!

    #1168304
    Chris
    Participant

    Bingo. Thanks.

    #1168385
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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