Comments 13Ellenmeijer2 started the conversationOctober 17, 2020 at 8:51pmI want to delete the options button (+) from the products because on the iphoneit is interfearing with the text. Is that possible? 1,558Laborator repliedOctober 19, 2020 at 8:22amHi there, Add this CSS to Custom CSS > Responsive > Extra Small (XS): .woocommerce .products .product .item-info a[data-product_id] { display: none; } .woocommerce .products .product .item-info .price, .woocommerce .products .product .item-info h3 { margin-right: 0px; } Best regards,Laborator Team Documentation Join Kalium Users Group 13Ellenmeijer2 repliedOctober 19, 2020 at 10:00amThx Art!! 13Ellenmeijer2 repliedNovember 16, 2020 at 2:07pmHi Art, can we also delete the + from my tablet? 1,558Laborator repliedNovember 17, 2020 at 9:14amHi Ellen,Copy the code which I have provided in my previous reply and paste it under Custom CSS > Responsive > Medium and Small, the plus icon will be hidden only in specific screen sizes.Best regards,Laborator Team Documentation Join Kalium Users Group 13Ellenmeijer2 repliedNovember 17, 2020 at 10:18amOk, thx!1 Like Sign in to reply ...
I want to delete the options button (+) from the products because on the iphone
it is interfearing with the text. Is that possible?
Hi there,
Add this CSS to Custom CSS > Responsive > Extra Small (XS):
Best regards,
Laborator Team
Thx Art!!
Hi Art, can we also delete the + from my tablet?
Hi Ellen,
Copy the code which I have provided in my previous reply and paste it under Custom CSS > Responsive > Medium and Small, the plus icon will be hidden only in specific screen sizes.
Best regards,
Laborator Team
Ok, thx!