Viewing 2 posts - 1 through 2 (of 2 total)
  • #181218
    [email protected]
    Member
    Post count: 76

    Hello,

    Only 2 questions, please:

    – How can I reduce the font size at this sentence of confirmation order? (Picture 1).

    – How can I change the color of this text boxes?? (Picture 2).

    Thank you very much!

    Attachments:
    You must be logged in to view attached files.
    #181545
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css, adjust the size and colors to the desired ones.

    
    .checkout-confirmation .thank-you {
      font-size: 15px!important;
    }
    .woocommerce-page .woocommerce-info, .woocommerce .woocommerce-info {
      background: #d9edf7!important;
    
    }
    .woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
      background: #b81c23!important;
      color: #fff!important;
    }
    

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register