Change product icons to a bag
-
Hi, I’ve changed the cart icon in the header to the “bag” but found that the trolley icon is still being used on the products. How can I can them to match up with the “bag” icon?
Best regards
Attachments:
You must be
logged in to view attached files.
Hello,
The setting in the Header builder concerns the shopping cart in the header only. If you want to change the shopping cart in the grid, you can change it with custom CSS and use this one https://fontawesome.com/v4.7.0/icon/shopping-bag as our theme supports only these icons.
Let me know if you need help with CSS
Best Regards
Hi Elise, just out of interest I don’t believe you are using fontawesome for the trolley icon already, so why can’t you replace it with the bag the icon used in the header?
Could you please advice me with CSS for the changes? Thank you.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woodmart-buttons .woodmart-add-btn>a:before {
content: "\f11d";
}
Best Regards
The topic ‘Change product icons to a bag’ is closed to new replies.