Okay
  Public Ticket #2491522
Salient Theme
Closed

Comments

  • guileon started the conversation

    Hello, I want to change the basket icon in the right corner for an icon cart. 

    Additional to this when I put the mouse on the icon it always appears a black box.

  •  8,854
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .widget_shopping_cart_content {
        color: #fff !important;
    }
    body.ascend .icon-salient-cart:before, body .icon-salient-cart:before {
        content: "\e606" !important;
    }

    Thanks


    ThemeNectar Support Team 

  • guileon replied

    Thanks Tahir, It works!