Home › Forums › WoodMart support forum › question question This topic has 7 replies, 2 voices, and was last updated 5 years, 12 months ago by Elise Noromit. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts January 21, 2019 at 9:09 pm #103259 mehmetParticipant Hi there, how am i remove add to cart button in products grid. http://prntscr.com/ma9szc i want to remove just add to card button wishlist button must still there. thanks. January 22, 2019 at 5:54 am #103279 Elise NoromitMember Hello, Please provide your site URL and we shall provide you with custom CSS. If your site is under maintenance, provide your site admin access. Best Regards January 22, 2019 at 6:23 am #103281 mehmetParticipant hello our url here: January 22, 2019 at 8:16 am #103315 Elise NoromitMember Hello, Add this code to the Theme Settings > Custom CSS > Global body .woodmart-buttons .woodmart-add-btn > a { display: none; } Best Regards January 22, 2019 at 8:20 am #103317 mehmetParticipant thanks for code but view have problem, please check: http://prntscr.com/mafv4p January 22, 2019 at 8:44 am #103335 Elise NoromitMember Hello, I cannot figure out the problem. What do you mean? You show the arrow to the left. Product item did not move Best Regards January 22, 2019 at 8:47 am #103337 mehmetParticipant white area is more than necessary. this is too big. for just 1 icon(wishlist) January 22, 2019 at 9:53 am #103352 Elise NoromitMember Hello, Add this code: .woodmart-hover-icons.hover-width-small:not(.product-in-carousel) .wrapp-buttons { max-width:60px; margin:0 auto; } .woodmart-buttons .woodmart-add-btn{ display:none; } Best Regards Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register