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.
https://www.focalelite.com/
PW: aslol
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.
https://www.focalelite.com/
PW: aslol
Hi @Anonymous .
I’m Richard Nguyen from PageFly- Free Landing Page Builder
You can go to Online store => themes => actions => edit code and add this code on file theme.css
th:nth-child(2) {
display: none;
}
td:nth-child(2) {
display: none;
}
Hope this answer helps.
Best regards,
Richard | PageFly
didnt work unfortunately
Hi @Anonymous
Just checked your store, but I didn’t see the table.
Have you removed the table?
Hi @Anonymous , yeah, we can not find your table to give more suggestions. Please let me know if there is anything I can help with.