Home / Forums / WoodMart support forum / White background and black text.
Home › Forums › WoodMart support forum › White background and black text.
White background and black text.
- This topic has 9 replies, 2 voices, and was last updated 2 years ago by
Hung Pham.
-
AuthorPosts
-
October 23, 2023 at 4:42 am #506144
evanlee01141991ParticipantHow to make this become white background and black text.
Attachments:
You must be logged in to view attached files.October 24, 2023 at 6:02 am #506529
Hung PhamParticipantHi 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,
October 24, 2023 at 8:09 am #506545
evanlee01141991ParticipantGreat, 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.October 24, 2023 at 8:29 am #506551
evanlee01141991ParticipantAnd this also.
Attachments:
You must be logged in to view attached files.October 25, 2023 at 8:44 am #506913
Hung PhamParticipantHi 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,
October 26, 2023 at 5:27 am #507303
evanlee01141991ParticipantThis 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.October 26, 2023 at 7:42 am #507335
Hung PhamParticipantHi 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,
October 27, 2023 at 11:34 am #507805
evanlee01141991ParticipantGreat, 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.October 27, 2023 at 11:48 am #507816
evanlee01141991Participantit worked, you have answer me in other topic, thanks.
October 27, 2023 at 11:56 am #507819
Hung PhamParticipantHi 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,
-
AuthorPosts
The topic ‘White background and black text.’ is closed to new replies.
- You must be logged in to create new topics. Login / Register