Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1241019

    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!

    #1241030

    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

    #1241060

    thank you! It worked wonderfully!

    #1241068

    Hi,

    Perfect! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Reduce the padding or size for the "has been added to your cart" notification’ is closed to new replies.