hello, i dont know why but i have this semi invisible box under payment button inside cart page. here is the link: https://www.luffluff.com/cart. however, i can not see this invisible box inside my customize mode as editing my theme. i add here screenshots of the issue, i need help with it.
This is Noah from PageFly - Shopify Page Builder App
Hi @LuffLuff the first we need check again source code in file main-product.liquid or we need write code to hidden it.
Please provide url website, I will provide code help you hidden it.
Thank you !
Best regards,
Noah | PageFly
Hi @LuffLuff , this issue in product page ?. i have check but don’t see this issue.
As i said its in the cart page. Try to pick a random product and go to cart page, you will see the problem there.
Hello,
I am San from MS Web Designer.
You can add this CSS in your theme.css file to remove this unwanted things.
.shopify-cleanslate .usE9L3hgsurjyQqHttzR {
display: none;
}
Do let me know in case of any concerns.
Regards,
San
I see only theme.liquid, not theme.css. is that ok?
It works after i inserted it inside the customize option, in the cart page, under subtotal block, in the custom css part. Thank you!
Hello,
Thank you for your response.
We are glad that our solution worked.
If you need any assistance, please let me know.
Do let me know in case of any concerns.
Regards,
San
Thank you.

