Hey Can someone help me remove this ‘discount quantity’ table from the product page? Cant seem to find it in the code, only inspect element. (its’s also not visible to edit in the product page backend)
Theme: Motion
https://www.focalelite.com/ PW: aslol
@Anonymous
yes, please try this code
.quantity-breaks-now-discount-table tr th:nth-child(2), .quantity-breaks-now-discount-table tr td:nth-child(2) { display: none !important; }
@KetanKumar its not changing. thats very unusual
yes, please confirm this look
that code work
@KetanKumar Yes exactly the table is still there ive pasted the code to bottom of theme.css but its still there
@KetanKumar it also doesnt appear on the customisation tab or product
sorry but i can’t see that css can you please add again so i will ck