Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #933741

    Hi,
    is possible to change the icon chart?
    Thank you in advance
    Isabella

    #933968

    Hey isapetra,

    As I understand you like to change the “Shopping Cart” icon correct? If not please explain what are you referring to as “icon chart” ?

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top .cart_dropdown_link > span:before {
        font-family: 'entypo-fontello';
        content:'\E802'!important;
    }
    

    Please refer to the below post for more info

    Change Woocommerce cart icon to custom fontello icon

    Best regards,
    Vinay

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.