• Hi,

    The billing address is always shown in italic in all the emails. Is there a CSS code that can undo this? I just want the regular font 🙂

    I also would like to seperate the billing address from the email and phone number with a white space. Now it looks like this:

    Naam
    Address
    Postalcode + city
    phone number
    email address

    I want to change to this:

    Naam
    Address
    Postalcode + city

    Telephone number
    email address

    Thank you in advance!

    Kinds regards,

    Jack

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hi Jack,
    You can use this css to adjust the font style:

    td.address-td {
        font-style: normal;
    }

    The address and phone number are all a part of one class. I don’t believe there’s a simple way to break this up. Sorry!

    Hannah

Viewing 1 replies (of 1 total)

The topic ‘Change style billing address’ is closed to new replies.