Home New Guten Forums WoodMart support forum White background and black text.

White background and black text.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #506144

    evanlee01141991
    Participant

    How to make this become white background and black text.

    Attachments:
    You must be logged in to view attached files.
    #506529

    Hung Pham
    Keymaster

    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,

    #506545

    evanlee01141991
    Participant

    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.
    #506551

    evanlee01141991
    Participant

    And this also.

    Attachments:
    You must be logged in to view attached files.
    #506913

    Hung Pham
    Keymaster

    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,

    #507303

    evanlee01141991
    Participant

    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.
    #507335

    Hung Pham
    Keymaster

    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,

    #507805

    evanlee01141991
    Participant

    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.
    #507816

    evanlee01141991
    Participant

    it worked, you have answer me in other topic, thanks.

    #507819

    Hung Pham
    Keymaster

    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,

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘White background and black text.’ is closed to new replies.