Change the color of automatic windows

Hello Immaculate,

If you refer to the message that appears when adding a product to the cart, you can change its background with the following CSS code which you can include in your theme if it has a specific section for it or from the Appearance-> Customize-> Added CSS options

.woocommerce-message{
background-color: #553160 !important;
}

To hide the breadcrumbs I leave you this other code

.storefront-breadcrumb{
display: none;
}

Let us know how it goes, Regards

Answered : 06/24/2021 5:05 pm

See also  Image loading speed
Loading Facebook Comments ...
Loading Disqus Comments ...