Comments 11LillaGreen started the conversationNovember 4, 2023 at 6:53amHi, there is a wrong element displayed on the cart. Can you help me how to remove this? 2,610PenciDesign repliedNovember 4, 2023 at 7:40amHi,Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code: @media only screen and (min-width:961px) { .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail { display: table-cell; } } Regards,PenciDesign. 11LillaGreen repliedNovember 4, 2023 at 7:51amThank you Sign in to reply ...
Hi, there is a wrong element displayed on the cart. Can you help me how to remove this?
Hi,
Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:
Regards,
PenciDesign.
Thank you