polypolly Posted April 19, 2021 Share Posted April 19, 2021 Hi, I'd like to change the “Order Confirmed” text and hide order info on the Order Confirmation page but the CSS I'm currently using based on info found in the forum doesn't work. I still see the default Order Confirmed text as well as the Order info text. I want to override both completely and replace the text with: H1: Deposit Received p: You will be notified via email when our campaign is live to receive early access to our exclusive discounts. What I've done so far in CSS: #confirmed-page { // Order Confirmed title div#confirmed-page h1 { visibility: hidden; } div#confirmed-page h1:before { visibility: visible; content: "Deposit Received"; } div#confirmed-page p { display: none; } div#confirmed-page p:before { visibility: visible; content: "You will be notified via email when our campaign is live to receive early access to our exclusive discounts."; } Link to comment
tuanphan Posted April 21, 2021 Share Posted April 21, 2021 Hi. Can you share link to order confirmation page? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment