This topic has 4 replies, 2 voices, and was last updated 3 years, 5 months ago ago by Rose Tyler
how to hide list style on after check out page
Hello,
Try to add the next custom CSS code:
.woocommerce-thankyou-order-details li {
list-style: none !important;
}
Regards
its working thanks…..
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up