Site logo

[Resolved] Success message background displaying with style of Error message background

Home Forums Support [Resolved] Success message background displaying with style of Error message background

Home Forums Support Success message background displaying with style of Error message background

  • This topic has 5 replies, 3 voices, and was last updated 4 years ago by Leo.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2171404
    Richard

    https://watch.screencastify.com/v/aSdOM8fMpuigAIT1Krjt

    Is the “added to cart” message considered an error or success?

    #2171441
    David
    Staff
    Customer Support

    Hi there,

    its a Success by default.

    You have this CSS in the Customizer > Additional CSS which is overriding the customizer colors:

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
    	border-left: 0px solid rgba(0, 0, 0, 0);
    	font-size: 16px;
    	margin: 1em 0 2em 0;
    	background-color: #b92733;
    }

    Remove that background-color to fix that.

    #2171459
    Richard

    Which of those is the success message?

    #2171467
    Leo
    Staff
    Customer Support
    #2171468
    Richard

    Yes, thank you.

    #2171469
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.