New Landing How can we help? Atelier Form field text colors

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #286296
    NikkiSt
    Member
    Post count: 240

    Hi,

    I need to change the colour of the text in the coupon form field on the checkout page – see attached for example. It’s currently white and I need it to be black so that users can read it.

    Also where do I change the colours for the borders of the info messages – see second image attached. I can’t find it in the color customizer?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #286321
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Check the input field text colour in the colour customiser

    2) To change the colour of that you will need to use this custom css:

    .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
      border-color: #d1f2f0;
    }

    – Kyle

    #286386
    NikkiSt
    Member
    Post count: 240

    Thanks Kyle with regards to no. 1 – see attached. Input text is white I made it this because of the form on the footer area of the site, see attached. But perhaps you could just help me make this footer area white and the rest of the site black as it has become a problem with all my form fields appearing white on white?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #286408
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Set it to #999 then it will be visible on bot

    Unless you want it white in the footer use:

    #footer .widget input[type="email"] {
      color: #fff;
    }

    – Kyle

    #286549
    NikkiSt
    Member
    Post count: 240

    Thank you Kyle! Last one is there a way to change the border color of the attached message border?

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #286552
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    .woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
      border-color: #b81c23;
    }

    – Kyle

    #286555
    NikkiSt
    Member
    Post count: 240

    Thanks so much!

    #286556
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

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

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

License required for the following item
Login and Registration Log in · Register