Site URL: https://www.lovexvalour.com/checkout/order-confirmed?oid=602eb08b5d75161df55839f1&authCode=NjAyZWIwOGI1ZDc1MTYxZGY1NTgzOWYxOjIwMjEtMDItMThUMTg6MjM6MDcuNTQzWje5Gry5mBcqw_9xCTSpwDBJuT15rElnFhb7cseVPWLR
Hello! Can someone please help me with my order confirmation page?
I want to change the the heading where it says "ORDER CONFIRMED" I want to make it smaller. The order details are fine.
I have tried to add this custom CSS code but it affects the header but also the rest of the details
div#confirmed-page * {
color: #fff;
font-size: 15px;
}
div#confirmed-page p {
line-height: 1em;
}
div#confirmed-page p:nth-child(2) {
margin-top: 50px !important;
}