Page's style and size of web icons

Good morning.

I have several websites which use icons to represent checks and crosses in a table. However, when I capture the url (for example: Seguros de Vida - Calcula tu seguro al mejor precio | Helvetia) they appear too large and the table cannot be seen in a quick and intuitive way.

Is there a way to correct this or is it impossible?

Thanks for your time

some icons and images in the page are rendered by styles defined by page’s stylesheet. including the page’s style can help in such cases. check out the option to include page’s style under page options as shown in https://distill.io/docs/web-monitor/config-and-advanced-monitor-options/

Hate to piggyback off an old thread but I have a similar issue. Within Distill results are displayed properly via the page style, but when sending them to email the icons revert to their original form without the page style. Is there any way to have this style carried over?

@shadowmoses the way websites and email clients work, it is not possible to render everything in the email.

one way to clean up the emails is to remove noisy elements. for example, css selector svg can be used remove all svg icons from the page.

@ajitk Figured as much. And thanks, I’ll give that a try.