Hey!
I was checking out my mobile site and noticed that when I add a product to the cart a green notification pops up.
I was wondering if we can make that notification content (text + button) smaller on the MOBLIE version only?
Not sure if we can make the font smaller and/or have the button “Continue Shopping” show up below the text rather than on the same line as the text (makes it look crowded).
Thanks!
Hey Nancy,
Add this to quick css:
@media only screen and (max-width: 767px) {
.woocommerce-message{
font-size: 10px!important;
line-height: 20px!important;
}}
Best regards,
Jordan Shannon
thank you! It worked wonderfully!
Hi,
Perfect! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon