Remove bottom margin / lines
-
Hi,
How can I remove the bottom lines on my page.
Site: http://www.idealservices.com/product/cambodia
I attached the picture for your reference.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.single-product-page>div:not(:last-child) {
display:none;
}
These lines are caused by the empty product tab description. I have removed them and tabs would not be shown on products, if it is ok, then you can use this custom. If you need a product description on some of the products, do not use this code, there is no option to configure.
Best Regards
Hi,
When i insert these css, the whole single product page is gone.
Hello,
Sorry, wrong selector. Please replace with this one:
.product-tabs-wrapper {
display:none;
}
Best Regards