removing “dividing lines” at checkout page
-
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.
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
worked. thanks! wish a nice week
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
The topic ‘removing “dividing lines” at checkout page’ is closed to new replies.