• Resolved koseb

    (@koseb)


    Hi, I have added a small CSS code for our new order mail. When I send the test mail via the customizer, the mail is displayed correctly. But when an order is received, not anymore. What can be the reason for this?

    This is the css code:
    .mail-detail-content td {font-size: 16px; line-height: 22px;padding-left: 15px;}.mail-detail-content table {width: 100% !important;}

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Thank you for reaching out to us.

    Please ensure you’ve got the CSS class in the preview mode.

    Best regards.

    Thread Starter koseb

    (@koseb)

    Hi and thanks for your answer.

    where and how do I activate the css classes? I can’t find any setting for this. The most important thing would be that I remove the links for phone number and emails. We always copy them from the email and it bothers that the links are clickable. This should be possible with the following CSS code?

    a {
    text-decoration: none;
    pointer-events: none;
    }

    Is there any way I can implement this?

    I think it’s because there’s no wrapped class for the a tag, please try adding a specific class of an element for it, e.g. .viwec-row

    Thread Starter koseb

    (@koseb)

    ok i tried that but i can’t assign a div class to the billing address modul.

    I can only drag billing address into the field and set font, size etc. but I can’t set a custom css class.

    How could I create a specific class for the element?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘css is not displayed’ is closed to new replies.