Site logo

Archived topic

Success message background displaying with style of Error message background

5 replies · Started by Richard on March 29, 2022

Viewing posts 1–6 of 6

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.

Which of those is the success message?

Yes, thank you.

No problem :)

This archived topic is closed to new replies.