White background and black text.
-
How to make this become white background and black text.
Attachments:
You must be
logged in to view attached files.
Hi evanlee01141991,
Thanks for reaching to us.
Please add below code to Theme Settings > Custom CSS > Global Custom CSS
.global-color-scheme-light .checkout-order-review, .global-color-scheme-light.woocommerce-order-pay #order_review {
background-color: #fff;
}
.global-color-scheme-light .checkout-order-review:before, .global-color-scheme-light .checkout-order-review:after{
background-image: radial-gradient(farthest-side, transparent 6px, #fff 0);
}
Regards,
Great, but there have some border line I marked as blue line is disappear. How to make it appear?
Attachments:
You must be
logged in to view attached files.
And this also.
Attachments:
You must be
logged in to view attached files.
Hi evanlee01141991,
Use below Custom CSS code
.checkout-order-review > .woocommerce-checkout-review-order .wd-table-wrapper, .checkout-order-review > .woocommerce-checkout-review-order .woocommerce-checkout-payment li.wc_payment_method{
border: 1px solid #066aab;
}
Regards,
This border line is too solid and ugly, any idea how to make it same like the previous style (shown as attachment)?
Attachments:
You must be
logged in to view attached files.
Hi evanlee01141991,
It’s called box shadow, you can remove previous Custom code and use below one.
.checkout-order-review > .woocommerce-checkout-review-order .wd-table-wrapper, .checkout-order-review > .woocommerce-checkout-review-order .woocommerce-checkout-payment li.wc_payment_method{
box-shadow: 1px 1px 2px rgba(6,106,171,.5) !important;
}
.checkout-order-review > .woocommerce-checkout-review-order .woocommerce-checkout-payment li.wc_payment_method>label {
display: block;
padding: 15px;
}
Regards,
Great, I saw the box shadow is working perfectly, but the payment gateway haven’t remove the text and centralize the first sentence.
Attachments:
You must be
logged in to view attached files.
it worked, you have answer me in other topic, thanks.
Hi evanlee01141991,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
If you have a quick minute we always appreciate a 5-star rating on our theme!
https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492
Your feedback is the motivation to improve our work and services.
Regards,
The topic ‘White background and black text.’ is closed to new replies.