• Resolved gianni333

    (@gianni333)


    Is there an option somewhere in ocean wp to customize the colors and the text of the error messages on the woocommerce checkout page? E.g. when someone forgot to check the “agreed to terms and conditions” checkbox.

    Thanks for any help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, for the colors, yes, no problem, for the text, it is a little more complicated, what color do you want?

    Thread Starter gianni333

    (@gianni333)

    Thanks for the answer. I’d like to change it to #13aff0 blue, how can I do that? And is it possible after all to change that text? maybe with a php snippet?

    Theme Author oceanwp

    (@oceanwp)

    Hi, for the color, add this css code:

    ul.woocommerce-error {
        background-color: #13aff0;
    }
    ul.woocommerce-error li:before {
        color: #b7e1ff;
    }

    For the text, check with WooCommerce because I don’t think there is a filter for this.

    Thread Starter gianni333

    (@gianni333)

    perfect, thank you so much for the great support:)

    Theme Author oceanwp

    (@oceanwp)

    You’re welcome 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Customize Woocommerce Checkout Error Messages?’ is closed to new replies.