Okay
  Public Ticket #2814456
Error messages styling on checkout
Closed

Comments

  •  48
    Ben started the conversation

    Hi, it looks like the theme is coloring all of the messages (including errors, coupon prompts, etc ) all the same as the accent color instead of using the native error message colors from WooCommerce. Is there an easy way to edit those colors for the errors so that customers aren't confused or flooded with all the same color messages? We have customers complaining that they can't see what's going on and they are getting overwhelmed. 

    Thanks in advance for your time. 

  •  1,878
    Judith replied

    Hi Ben,

    Please send in your website url so that we may look into this further.

    Thanks.

  •   Ben replied privately
  •  8,844
    Tahir replied

    Hey Again,
    Please provide the page URL so I may write up the custom CSS for this request.
    Thanks


    ThemeNectar Support Team 

  •   Ben replied privately
  •  1,878
    Judith replied

    Hi Ben,

    You can change the background color using this css:

    .woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message {
        background-color: red !important;
    }

    Thanks.

  •  48
    Ben replied

    Thank you so much! You guys rock! I'll let you know if there are any issues, but I'm sure it will be great! :) 

  •  48
    Ben replied

    Looks like we were able to get what we needed with that. Thanks!