Okay
  Public Ticket #1047945
Change icon for the cart
Closed

Comments

  •  2
    descobar started the conversation

    Hi!

    I like to change the bag icon in the menu, how I can do that?


    Regards,

  •  8,464
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .icon-salient-cart:before {
        content: "\f07a" !important;
        font-family: 'fontawesome' !important;
        font-size: 21px !important
    }

    Thanks


    ThemeNectar Support Team