Hi,
is possible to change the icon chart?
Thank you in advance
Isabella
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
Best regards,
Vinay