Home Forums WoodMart support forum removing “dividing lines” at checkout page

removing “dividing lines” at checkout page

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

    Schokokuchen100
    Participant

    I’d like to remove these “dividing lines” at checkout page. How do I do that?

    Thanks

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

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below for help:

    :is(.woocommerce-checkout>.checkout-order-review,.woocommerce-order-pay #order_review):before, 
    :is(.woocommerce-checkout>.checkout-order-review,.woocommerce-order-pay #order_review):after {
        display: none;
    }

    Let me know the result.

    Kind Regards

    #658359

    Schokokuchen100
    Participant

    worked. thanks! wish a nice week

    #658382

    Luke Nielsen
    Keymaster

    Hello,

    Thank you for the confirmation. I’m glad to hear the solution worked for you. If you have any more questions or need further assistance, feel free to reach out.

    Wishing you a great week as well.

    Kind regards

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

The topic ‘removing “dividing lines” at checkout page’ is closed to new replies.