Home › Forums › WoodMart support forum › Remove cart icons Remove cart icons This topic has 1 reply, 2 voices, and was last updated 1 day, 7 hours ago by Aizaz Imtiaz Awan. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 13, 2025 at 1:30 pm #653716 sl55hansenParticipant How do i remove the green cart icons on the products on mobile? Please see screenshot. Attachments:You must be logged in to view attached files. April 14, 2025 at 1:54 pm #653876 Aizaz Imtiaz AwanKeymaster Hello, The code below will help you to hide the “Add to cart” button on the archive page. Enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS > Custom CSS for mobile. .product-grid-item .wd-add-btn { display: none; } Best Regards, Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register