This topic has 6 replies, 3 voices, and was last updated 1 years ago ago by Tony Rodriguez
Hi,
i need help for editing thank you page.
i have 3 things that i’d like to achieve:
1. changing order overview font style to bold.
I’ve tried this code, but it didn’t work:
ul .woocommerce-order-overview {
font-weight:700 !important;
}
2. how to hide the privacy policy underline text?
i’ve tried to copy the thankyou-advance.php to child theme and delete the privacy policy div
yet, it still show up.
3. how to move the bank account details to the center?
Hello, Thorth219,
Please provide access https://prnt.sc/sNW6SQ7ZmBVb so we can check the page you provided.
Kind Regards,
8theme team
i put login details in private
Hello, Thorth219,
We appreciate your prompt response.
1/ You can use the next code in Theme Options > Theme custom CSS > Global:
.woocommerce-order-overview span {
font-weight: 600;
}
2/
.woocommerce-order-received .woocommerce-privacy-policy-link.text-underline {
display: none;
}
3/
.woocommerce-order-received .woocommerce-order h2, .woocommerce-order-received .woocommerce-order h3, .woocommerce-order-received .order_details.bacs_details {
text-align: center;
}
.woocommerce-order-received .order_details.bacs_details {
list-style: none;
}
Kind Regards,
8theme team
All work so great ! Thank you Rose !
Hello, @thorth219,
You are welcome. If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Have a great weekend.
This topic is now closed.
Best Regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up