Home Forums WoodMart support forum Edit checkout page

Edit checkout page

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

    romain
    Participant

    Hello,

    I would like to edit my checkout page.
    First as I am using only on payment method, I would like to hide the paiement method and make it cleaner.

    Second I would like to hide all lines which are the right part.
    The line before : “Your personnal data….
    And all the lines just on top around and below, product, price and shipping details.

    I hope you would be able to solve this.
    Sincerely,

    Romain

    #257971

    Hello,

    I saw the screenshot you attached.

    1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wc_payment_methods.payment_methods.methods {
        display: none;
    }

    2) And for the lines try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    table.shop_table th, tr.cart_item td, tr.cart-subtotal td, tr.woocommerce-shipping-totals.shipping td, .woocommerce-terms-and-conditions-wrapper  {
        border: none;
    }

    Regards.
    Xtemos Studios.

    #258018

    romain
    Participant

    Hello

    It works perfect for the method paiement
    Concerning the line there is still 2 line which appears on the bottom and the right (see pic atteched

    Sincerely,
    Romain

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

    Hello,

    I saw the screenshot you attached.

    Sorry but I am unable to see the lines as you mentioned please provide a screenshot and mark the lines to check it myself and help you out accordingly.

    Best Regards.

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