How to remove a 'discount quantity' table from a Motion theme product page?

Show More

Hey :slightly_smiling_face: 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

1 Like

@Anonymous

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.quantity-breaks-now-discount-table tr th:nth-child(2), .quantity-breaks-now-discount-table tr td:nth-child(2) {
    display: none !important;
}
1 Like

@KetanKumar its not changing. thats very unusual

1 Like

@Anonymous

yes, please confirm this look

that code work

1 Like

@KetanKumar Yes exactly the table is still there :thinking: ive pasted the code to bottom of theme.css but its still there

@KetanKumar it also doesnt appear on the customisation tab or product

1 Like

@Anonymous

sorry but i can’t see that css can you please add again so i will ck