Okay
  Public Ticket #1336305
Cart Product Count
Closed

Comments

  •  4
    stonedcrystals started the conversation

    Hi in the Cart view the product count can't be easily seen, it's obscured. I've attached screenshot. I've recently updated to the latest Kalium. I'm using Firefox 56 on Mac OS 10.13

  • [deleted] replied

    Hi stonedcrystals

    Please before you continue with further steps consider reading the article we wrote about How to Add Custom CSS to your site, then please paste the code below in Custom CSS Section.

    .woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty{
        border: 0;
        width: 100%;
        background-color: #eee;
        padding: 10px;
        text-align: center;
        height: 40px;
        font-weight: 400;
        font-size: 15px;
        text-indent: 10px;
        border-radius: 2px;
    }

    Per test case: Can you consider disabling the plugin woocommerce-quantity-increment to see if things get fixed without Custom CSS.

    Thank you.