• This topic has 3 replies, 2 voices, and was last updated 2 years ago by vako.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #68524
    maya Lakhani
    Participant
    Premium Member

    Hello!

    On the check out page at the bottom right, I cannot find an option to change the payment selection options box’s color or text.

    Also the error box that appears when you try to submit a forum or payment and did not fill out a required section. it is hard to read and i cannot find an option to change the colors.

    https://glasscitydistro.com/checkout/

    Thank you!

    #68526
    vako
    Keymaster
    WP Royal Team

    Hi Maya,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .cart-empty {
    color: #fff !important;
    }
    .woocommerce-message {
    color: #fff;
    }
    .woocommerce-error {
    color: #fff;
    }
    .woocommerce-info {
    color: #fff;
    }

     

    Kind Regards

    #68528
    maya Lakhani
    Participant
    Premium Member

    Thank You!

    #68529
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.