Archived topic
Edit Woocommerce Notices
3 replies · Started by GeneratePressUser on June 17, 2022
Hello Generatepress team,
Pls check the woocommerce notice on mobile view: https://prnt.sc/mwEMUUiQhTwl
Pls can you tell how can we edit it to make it look better like if you use it from mobile all those notices of adding product to cart, the one shown in the image of my account page etc all look big.
Pls check private box for more info.
Hi there,
The theme doesn't have much control over this as most of the styles are coming from WooCommerce itself.
Here is some CSS to help you get started:
.woocommerce .woocommerce-message a.button {
padding: 5px;
background-color: #000000;
}
.woocommerce .woocommerce-message {
font-size: 12px;
}
Hey Leo,
Thanks I missed your this reply, I will mark the issue as resolved for now will let you know there is any issue.
Sounds good :)