Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Matteo

    (@theoshold)

    I tried this code without success:

    .woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
    color: black;
    }

    Thread Starter Matteo

    (@theoshold)

    solved with this code but still a blue line https://snipboard.io/twgJYh.jpg 🙁

    .woocommerce-checkout #payment div.payment_box {
    background: white !important;
    color: black !important;
    }

    Thread Starter Matteo

    (@theoshold)

    solved 🙂

    .woocommerce-checkout #payment div.payment_box {
    background: white !important;
    color: black !important;
    }
    .woocommerce-checkout #payment {
    background: white !important;
    }
    .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0px solid white !important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘background color’ is closed to new replies.