I want to display Item count in cart icon for mobile view. So how can I do this.

This topic has 4 replies, 2 voices, and was last updated 5 years, 3 months ago ago by Rose Tyler

  • Avatar: Rahul1983
    Rahul1983
    Participant
    December 12, 2018 at 07:25

    I want to display Item count in cart icon for mobile view. So how can I do this.

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2018 at 10:46

    Hello,

    Thanks for contacting us.
    Please change this code http://prntscr.com/ltx5rx
    to

    @media (max-width: 480px) {
        .header .shopping-cart-widget .cart-summ .amount {
            font-size:  9px !important;
        }
        .header .shopping-cart-widget .cart-summ > .cart-bag {
            margin-right: -10px !important;
        }
    }

    Regards

    Please contact administrator
    for this information.
    Avatar: Rahul1983
    Rahul1983
    Participant
    January 2, 2019 at 12:04

    With this code its display only the cost of the total bag, but I want to display item count not overall cost.null

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 2, 2019 at 13:15

    Hello,

    This requests additional customization in files. Additional customization is not included in our basic support, unfortunately. If you need help with additional customization you can contact Codeable team – https://codeable.io/?ref=qGTdX

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.