• Is there a way to add custom CSS code (or plugin function) to use an image as a background instead of a color?

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ben Ritner – Kadence WP

    (@britner)

    Hey,
    You can do this, not all email clients will respect that, many will not download the image by default but it’s possible with css, an example could be:

    body {
    background: url('linktoimage.jpg');
    }

    Ben

Viewing 1 replies (of 1 total)

The topic ‘Email Background Image’ is closed to new replies.