Gui Posted November 25, 2019 Posted November 25, 2019 Hello! Can someone please help me with my order confirmation page? I am losing my mind because I am not getting it right All I need is for it to say Your order has been confirmed and the the order details. Right now it s all over the place 😞 SOmeone please help  https://www.bakdshop.com/ 1111111111
tuanphan Posted November 26, 2019 Posted November 26, 2019 You should share link to order confirmation page. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Gui Posted November 26, 2019 Author Posted November 26, 2019 Here it is https://www.bakdshop.com/checkout/order-confirmed?oid=5ddc6c59b0ae67268af5c90a&authCode=NWRkYzZjNTliMGFlNjcyNjhhZjVjOTBhOjIwMTktMTEtMjZUMDA6MDU6NDUuMDkyWg7FgvAiBEYVXJAWrI_IHmNPFdRghReCgJhNf8on0LeP Â Â
tuanphan Posted November 26, 2019 Posted November 26, 2019 2 minutes ago, Gui said: Here it is https://www.bakdshop.com/checkout/order-confirmed?oid=5ddc6c59b0ae67268af5c90a&authCode=NWRkYzZjNTliMGFlNjcyNjhhZjVjOTBhOjIwMTktMTEtMjZUMDA6MDU6NDUuMDkyWg7FgvAiBEYVXJAWrI_IHmNPFdRghReCgJhNf8on0LeP   What problem? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Gui Posted November 26, 2019 Author Posted November 26, 2019 It only says ORDER CONFIRMED, there is no information 😕
tuanphan Posted November 26, 2019 Posted November 26, 2019 Just now, Gui said: It only says ORDER CONFIRMED, there is no information 😕 add to home > Design > Custom css div#confirmed-page * { color: #fff; }  Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Gui Posted November 26, 2019 Author Posted November 26, 2019 Thank you! I was able to add the standard information however the big lettering on the footer is still showing, and the font used to display the order information isnt the one I wanted to use, I wanted to use H2. Can you help me delete the one on the footer and edit the one with the small font on the top?
tuanphan Posted November 26, 2019 Posted November 26, 2019 @Gui Hide Order Number Did you insert anything into Footer Code Injection? Small font div#confirmed-page * { color: #fff; font-size: 10px; }  Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Gui Posted November 26, 2019 Author Posted November 26, 2019 Thank you!!! Can you please help me with the code to bring this message down adding padding to the beggining of the page? Â THank you! Â
tuanphan Posted November 26, 2019 Posted November 26, 2019  20 minutes ago, Gui said: Thank you!!! Can you please help me with the code to bring this message down adding padding to the beggining of the page?  THank you!  Fix overlap div#confirmed-page p { line-height: 1em; } div#confirmed-page p:nth-child(2) { margin-top: 50px !important; }  Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.