Home Forums WoodMart support forum Change color of icon menu mobile and banner notice Reply To: Change color of icon menu mobile and banner notice

#509145

Hung Pham
Keymaster

Hi juan1234,

Remove previous and use below one

.woocommerce.cart-content-wrapper .woocommerce-error,
.woocommerce.cart-content-wrapper .woocommerce-message,
.woocommerce.cart-content-wrapper .woocommerce-info{
	min-width: 800px;
}

.woocommerce.cart-content-wrapper .woocommerce-message{
	display: block;
	padding: 20px 0;
}

.woocommerce.cart-content-wrapper .woocommerce-error li,
.woocommerce.cart-content-wrapper .woocommerce-message li,
.woocommerce.cart-content-wrapper .woocommerce-info li{
	text-align: center;
}

.woocommerce.cart-content-wrapper .woocommerce-error li p,
.woocommerce.cart-content-wrapper .woocommerce-message li p,
.woocommerce.cart-content-wrapper .woocommerce-info li p{
	margin-bottom: 0;
}

Regards,