Okay
  Public Ticket #992016
I'm looking for an easy way to change the shopping bag to look like a shopping cart.
Closed

Comments

  •  48
    Ben started the conversation

    I'm looking for an easy way to change the shopping bag to look like a shopping cart. I've read about 4 different answers on how to do this, but I'm hoping that it will be easier than needing to add in a custom code in the php or child theme. Is there a simple CSS addition I can add to the CSS box? 

    I saw one ticket that suggested this: 

    .ascend .icon-salient-cart:before {
        font-family: \"FontAwesome\";
        content: \"\\f07a\" !important;
    }

    But when I tried it, I got an error message saying "Expected RBRACE at line 6, col 19."
    I'm attaching pics. 

  •  9,016
    Tahir replied

    Hey Ben,

    Ticksy seems to have misformatted old tickets.  The correct css code is  :

    .ascend .icon-salient-cart:before {
        font-family: "FontAwesome";
        content: "\f07a" !important;
    }
    

    Cheers 


    ThemeNectar Support Team 

  •  48
    Ben replied

    Thank you!

  • Kenn replied

    Did you figure this out? I can't make the shopping bag icon go away! We have no shopping...but the icon is there on mobile. Any tips?

  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please send us a link to your website so we can remove it using CSS.

    Regards