Hello,
I would like to add a shopping cart icon before the “Add to Cart” text on the shop (product listing) page. I attached a screenshot from my site to help explain exactly what I mean.
This topic has 3 replies, 2 voices, and was last updated 3 weeks, 3 days ago ago by Ramin
Hello,
I would like to add a shopping cart icon before the “Add to Cart” text on the shop (product listing) page. I attached a screenshot from my site to help explain exactly what I mean.
Hello,
Thank you for reaching out to us.
To add a shopping cart icon before the “Add to Cart” text on the shop (product listing) page, you can achieve this by using a bit of custom CSS:
.add_to_cart_button:before {
margin-right: 5px;
content: "\e916";
}
Warm Regards,
The 8Theme Team
Thanks for the support! My topic “I would like to add a shopping cart icon before the “Add to Cart” text on the shop page” has been successfully resolved.
The issue related to '‘I would like to add a shopping cart icon before the “Add to Cart” text on the shop page’' has been successfully resolved, and the topic is now closed for further responses