• Hello,
    i need to set my billing and shipping address to be normal, not italic.
    I have tried this custom code

    address {
        font-style: normal;
    }

    But it does not work in emails.

    • This topic was modified 1 year, 7 months ago by tonerhouse.
    • This topic was modified 1 year, 7 months ago by tonerhouse.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hey,
    Apologies for the delay! This CSS should do it for you:

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

    Hope it helps!

    Best,
    Hannah

    Thread Starter tonerhouse

    (@topboj)

    @hannahritner Hi,
    Thanks for your help, but still not working in outlook.

    hannah

    (@hannahritner)

    Outlook is really its own breed…they don’t support many CSS options. I’m not sure how to work around this. You could try contacting their support team. Let me know how they respond.

    Kindly,
    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Billing details are italic’ is closed to new replies.