Change the color of the border in the add-to-cart form

Hello,

Is it possible to change the border color on the form when you have added a product to the cart? See attached print screen.

Best

Hello there,

I hope you are doing well today. ’

You can use the following CSS code to change the border color by going to Appearance > Customize > Additional CSS and pasting it there.


/*Border color*/
.woocommerce-message {
    border-top-color: red;
}

Best Regards,
Support

Thanks!

Hello again,

One more thing, the green check box? Can I change that color also?

Best

HI

Which checkbox and where?

ok, i just saw it,
it’s not checkbox its checkmark, please use this css:

.woocommerce-message::before {
color: #ff0000;
}

P.s. 80% or more of your questions is customization character questions

Thanks!

Looks awesome!

Hello there,

Great. Do you have any other questions before we close this thread?

Best Regards,
Support

No.

Thanks so much!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support