• Resolved lyndon777

    (@lyndon777)


    We have a dark background and grey text on our site. When viewing the Pick-up information in the Order created the headings are OK but the information text inherits our grey colour and is not very visible on the white background of your information box.
    Some css to change the information text in the order would be perfect, we like your plugin very much.

    Lyndon

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Zorem

    (@zorem)

    Hi @lyndon777,
    You need to add the below CSS to change the text color of the information text in style.css in the theme folder.

    .woocommerce-view-order .wclp_mail_address * {
        color: #333!important;
    }

    Let me know if you need further assistance.
    Thanks ??

    Thread Starter lyndon777

    (@lyndon777)

    Perfect thank you.

    Exactly what I needed, *****

    Lyndon

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Do you have css to change text colour of pickup text in the order view’ is closed to new replies.