Home Forums WoodMart support forum change payment method window background color

change payment method window background color

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #639326

    Schokokuchen100
    Participant

    hello.
    how can I change the black background in the payment method window?

    thanks

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

    Luke Nielsen
    Keymaster

    Hello,

    Send access to the admin panel so I can investigate that issue – https://prnt.sc/UkcnK3S9Wr_G

    Thank you in advance.

    Kind Regards

    #639363

    Schokokuchen100
    Participant

    what for? you can see from the picture what it is about, right?
    This doesn’t seem to be a mistake, but simply a matter of setting

    #639367

    Luke Nielsen
    Keymaster

    Try to use the code below:

    :is(.woocommerce-checkout > .checkout-order-review, .woocommerce-order-pay #order_review) {
        background-color: #443d3d;
    }
    
    :is(.woocommerce-checkout > .checkout-order-review, .woocommerce-order-pay #order_review)::before,
    :is(.woocommerce-checkout > .checkout-order-review, .woocommerce-order-pay #order_review)::after {
        background-image: radial-gradient(farthest-side, transparent 6px, #443d3d 0 0);
    }
    
    .checkout-order-review > .woocommerce-checkout-review-order .wd-table-wrapper {
        background-color: #443d3d;
    }

    Kind Regards

    #639379

    Schokokuchen100
    Participant

    perfect.

    here you can also see the black background, do you have a css code for that?

    many thanks

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

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below:

    .payment_methods .payment_box {
        background-color: #756c6c;
    }

    Kind Regards

    #639426

    Schokokuchen100
    Participant

    you are the best =)

    thanks for your time =)
    have a nice week

    #639433

    Luke Nielsen
    Keymaster

    Hello,

    You’re very welcome!

    I’m glad I could help. If you ever need further assistance, feel free to reach out. Have a great week too!

    Kind regards

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

The topic ‘change payment method window background color’ is closed to new replies.