• Resolved theo93

    (@theo93)


    Hello,

    First of all your plugin is awesome!

    Now the problem, i would like to change the color from billing infos mail.
    Here you can see it.

    Is there a way?

    Best regards

    • This topic was modified 6 years, 2 months ago by theo93.
    • This topic was modified 6 years, 2 months ago by theo93.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You can edit all of that text in Content> Addresses.

    To change only the mail, you should be able to add this custom CSS to the “custom styles” section:

    address.address p:last-child  {
        color: blue !important;
    }

    Feel free to adjust the font properties as needed. Let me know if that works for you.

    -Kevin

    Thread Starter theo93

    (@theo93)

    Hello Kevin,

    I want to change the color of the mail when the user receives the mail.

    Then the mail is a link and shows in blue color.

    Best regards

    Likely it is your email client turning that into a link, It’s not a link in the woocommerce output.

    Try using

    .address a {color:#ffffff';}

    Ben

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change color from billing infos mail’ is closed to new replies.