This topic has 8 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler
Hi there,
I’m having an issue with the checkout background.
Screenshot: https://ibb.co/cytaoJ
And here is what it should have appeared according to the DEMO page: https://www.8theme.com/demo/xstore/underwear/checkout/
Could you let me know how to remove the grey background like what is highlighted in the screenshot? Or how to have the exact same style like the DEMO page?
Thank you very much
Regards
Graham
Hello,
Please add this code in Global custom css:
.woocommerce-checkout .shop_table {background: #42204d;}
Regards
Thank you! The background looks great now!
However, can you please have a check of the screenshot below:
https://ibb.co/gmwYTT
The text layout appears to be in a mess.
Is it possible to add a <*br/*> to the end of each item? I mean, one variation option per line?
Thanks again!
Regards
Graham
Hello,
.order-review .cart_item .variation dd {
float: none;
margin-bottom: 5px;
}
.order-review .cart_item .variation dd:before, .order-review .cart_item .variation dd:after {
display: table;
content: " ";
}
.order-review .cart_item .variation dd:after {
clear: both;
}
.order-review .cart_item .variation dd p {
display: inline-block;
margin-left: 5px;
}
Regards
Thank you very much,
This support forum really helped me a lot to improve my website performance.
Just wondering if there’s any way I can donate a little bit? (I’ll surely recommend my friends about this theme).
Best Regards
Graham
We are grateful to you for your kind words!
Would you mind to rate our product:
http://prnt.sc/d256m6
https://themeforest.net/downloads
That would be much appreciated 🙂
Regards
Yes, sure!
Thank you
🙂
Thank you too 🙂
Have a nice day.
Regards
You must be logged in to reply to this topic.Log in/Sign up