Currently, I am working on creating email templates to send via an Email client (using SendGrid). Through my research, I discovered that using standard HTML and CSS may not be the best approach due to Mail client preprocessors like Gmail and Outlook stripping most styles that are not inline. Despite this, I am still facing one challenge.
I have been unable to remove bullet points when using list-style-type: none both inline on the UL element and on each LI tag. Does anyone have experience with successfully removing bullet points from UL or LI elements in Email templates?