• Resolved Unknown

    (@unknownman888)


    How can I change the color of step bar and check icons for payment methods from green to black?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @unknownman888,

    We have just released an article that should help accomplish that.

    https://fluidcheckout.com/docs/customize-colors/

    Best,
    Alan.

    Hi @alanmarley thanks for this article. I am trying to just amend the font colour in the checkout under ‘payment options’ where it says “SAVE PAYMENT INFORMATION TO MY ACCOUNT FOR FUTURE PURCHASES.”

    It’s currently white so very hard to see against the light grey background. Is there a snippet that addresses this exact element? See my site checkout for context. Many thanks

    Plugin Author Diego Versiani

    (@diegoversiani)

    Hi @zev1on,

    The color of the extra payment information box is not defined by Fluid Checkout but inherited from your theme.

    It seems that in your case you might have some custom code setting that color to white. See:

    /*** PAYMENT BOX ON CHECKOUT ***/
    
        #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
            background-color: #15bf86;
            color: #fff !important;
        }

    Best,
    Diego.

    Thanks Diego. That’s really helpful. Will amend that

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change color at checkout’ is closed to new replies.