Home Forums WoodMart support forum Remove line in summary block

Remove line in summary block

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #631296

    viprinta.nl
    Participant

    How can I remove the vertical line in the summary block

    Attachments:
    You must be logged in to view attached files.
    #631518

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .single-product .summary-inner .product_meta {
        border-top: none !important;
    }

    Best Regards

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