JorgeVazquez Posted March 31, 2020 Share Posted March 31, 2020 Hi, I'm trying to change the background color on the purchase confirmation page to plain white, I tried using /* Order Confirmation Page */ div#confirmed-page { background: white; } And I just got the text block to be white, Is there any way to change the color on the whole page under the nav bar and modify the text displayed on it? @tuanphan Link to comment
tuanphan Posted March 31, 2020 Share Posted March 31, 2020 to change text color, use div#confirmed-page * {color: blue !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!) Link to comment
JorgeVazquez Posted March 31, 2020 Author Share Posted March 31, 2020 well, thanks @tuanphan, it's actually helpful to know, but is there a way to change the blue color beneath the banner to plain white? thnx in advance... Link to comment
tuanphan Posted March 31, 2020 Share Posted March 31, 2020 Can you share link to order confirm 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!) Link to comment
JorgeVazquez Posted March 31, 2020 Author Share Posted March 31, 2020 Yes, and also is it possible to change the text?, cause it looks like the automated message has grammatical errors Link: https://www.circulonl.com/checkout/order-confirmed?oid=5e82c9c3c5a5f81740304f56&authCode=NWU4MmM5YzNjNWE1ZjgxNzQwMzA0ZjU2OjIwMjAtMDMtMzFUMDQ6NDA6MzQuMjU2Wr6-p4RPJax5uNYVhVMyTsmbrTJCpI8LGElFN0-KDJ1K Link to comment
tuanphan Posted March 31, 2020 Share Posted March 31, 2020 what is password? 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!) Link to comment
JorgeVazquez Posted March 31, 2020 Author Share Posted March 31, 2020 sorry about that, 4321 Link to comment
tuanphan Posted March 31, 2020 Share Posted March 31, 2020 39 minutes ago, JorgeVazquez said: sorry about that, 4321 Use this CSS body#order-confirmed .Main { background: white !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!) Link to comment
JorgeVazquez Posted March 31, 2020 Author Share Posted March 31, 2020 Thank you @tuanphan You have been very helpful Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.