Skip to content

Instantly share code, notes, and snippets.

@akther80
Created June 29, 2020 13:51
Show Gist options
  • Save akther80/22555f085ceb543b6e72ba2d0dc70182 to your computer and use it in GitHub Desktop.
Save akther80/22555f085ceb543b6e72ba2d0dc70182 to your computer and use it in GitHub Desktop.
Cartzilla- Cart update and Cart empty box style
.woocommerce-cart .woocommerce-notices-wrapper:not(:empty) .woocommerce-message {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.4375rem;
display: block;
color: #3dc58b;
background-color: #f0fcf7;
border-color: #d2f5e6;
}
.woocommerce-cart .woocommerce-notices-wrapper:not(:empty) .woocommerce-info {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.4375rem;
display: block;
color: #61a5ea;
background-color: #f3f9ff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment