Home › Forums › Basel support forum › Add to Cart Icon Add to Cart Icon This topic has 4 replies, 3 voices, and was last updated 7 years, 5 months ago by Artem Temos. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts August 17, 2017 at 12:47 pm #17694 pursehuitParticipant Hi, How can I add in the front of the Add to Cart text the icon with a basket? Please see the screenshot for reference. Attachments:You must be logged in to view attached files. August 17, 2017 at 1:06 pm #17701 pursehuitParticipant Sorry, I mean on the category pages. For the single produs page i managed to do it myself. August 17, 2017 at 2:35 pm #17708 Bogdan DonovanKeymaster Hello, Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue. a.button.product_type_simple.add_to_cart_button:before { content: "\f07a"; font-family: FontAwesome; margin-right: 10px; } Kind Regards XTemos Studio August 17, 2017 at 4:06 pm #17716 pursehuitParticipant Works great. And for the single product page with css, without editing the woocommerce files, is there a way? thx! August 17, 2017 at 4:40 pm #17717 Artem TemosKeymaster Please, try to add the following code snippet to the Custom CSS area in Theme Settings. .single_add_to_cart_button:before { content: "\f07a"; font-family: FontAwesome; margin-right: 10px; } Kind Regards XTemos Studio Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to create new topics. Login / Register