Modify shopping cart icon - by visibilityone

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

  • Avatar: visibilityone
    visibilityone
    Participant
    May 7, 2018 at 22:46

    Hi, I want to modify the Shopping cart icon in the GENERAL—->HEADER SETTINGS area. I’m pretty sure this icon is embedded in the Xstore icons somewhere. All I really want to do is add the word “cart” under the icon so i thought replacing that icon with a new one that has the word cart below it is the easiest way to do this. I am not a programmer so can you tell me where this .ico file is located so I can just manually replace it? or if there is a better way? Thanks!

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 8, 2018 at 09:08

    Hello,

    The icon created as a before with content of xstore-icons http://prntscr.com/jf5u1a
    There is no possibility to upload own image as the cart icon, but you can use another font icon, for example,

    .shopping-container.ico-design-2 .cart-bag:before {
        font-family: FontAwesome;
        content: "\f217";
        font-size: 24px;
    }

    http://prntscr.com/jf5v6v (add your custom css code in Theme Options > Styling > Csutom css)
    https://fontawesome.com/v4.7.0/icons/

    Regards

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