Mobile Cart is Not Visible when on a mobile device or in preview

This topic has 6 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Eva Kemp

  • Avatar: shannon.gerd
    shannon.gerd
    Member
    July 9, 2016 at 06:40

    I have a major issue with trying to figure out how to change the cart icon color on the mobile version of my site. I don’t mind the way it looks on a desktop but the fact that the cart isn’t visible for anyone on a mobile device is a bit of an issue. Can anyone Please! help me with figuring this out? I think it maybe hurting my conversions. My site is Goons and Galaxies

    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    July 10, 2016 at 09:53

    Hello,

    Add this code in Theme Options > Custom CSS > Custom CSS for mobile:

    .cart-bag .ico-sum {
        background-color: black;
    }
    .cart-bag .ico-sum::before {
        border-color: black;
    }

    Regards,
    Eva Kemp.

    Avatar: shannon.gerd
    shannon.gerd
    Member
    July 11, 2016 at 04:41

    Thank you for your reply.

    As this has seemed to make the quantity in the cart visible, however the cart is still not visible. Any other thoughts would help greatly!

    Avatar: Eva
    Eva Kemp
    Support staff
    July 11, 2016 at 09:04

    Hello,

    Please provide WP admin credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: shannon.gerd
    shannon.gerd
    Member
    July 16, 2016 at 00:51

    I have the private content attached. Sorry I have been trying to reply but for some reason it wont post my responses.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    July 16, 2016 at 07:49

    Hello,

    I’ve added this code in Global Custom CSS:

    .cart-bag .ico-sum, .cart-bag .ico-sum::after {
        background-color: black;
    }
    .cart-bag .ico-sum::before {
        border-color: black;
    }

    Please check cart widget now.

    Regards,
    Eva Kemp.

  • Viewing 6 results - 1 through 6 (of 6 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.