Home Forums WoodMart support forum Remove bottom margin / lines

Remove bottom margin / lines

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #203261

    mdhaziq92
    Participant

    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.
    #203281

    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

    #203299

    mdhaziq92
    Participant

    Hi,

    When i insert these css, the whole single product page is gone.

    #203325

    Hello,

    Sorry, wrong selector. Please replace with this one:

    .product-tabs-wrapper {
    display:none;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)