• Resolved ewaneumann

    (@ewaneumann)


    Hello, I would like to change the background color of the custom bootstrap form, The css code uses !important rule for this class:
    .wc-stripe-bootstrap-form {
    background: #fff !important;
    margin-top: 10px;
    }
    what do I need to do to change the bg color?

    Thank you
    Regards
    Ewa

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Clayton R

    (@mrclayton)

    Hi @ewaneumann,

    To change the background color you just need to add a css style that is more specific than the one provided by the plugin. Here is an example:

    .wc-stripe_cc-container .wc-stripe-bootstrap-form{
        background-color: #000 !important; /*this will make the background black*/
    }

    Kind Regards,

    Thread Starter ewaneumann

    (@ewaneumann)

    Thank you!
    that’s exactly what i was looking for! All life learning 🙂

    Kind Regards
    Ewa

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

The topic ‘bootstrap form background css’ is closed to new replies.