Where can you add the custom CSS to further customise your email template? It’s not available in Newsletters > Configuration > Theme, Scripts & Custom CSS. Thank you.
For the templates, you need to switch to HTML code and add your code directly to the HTML. Find a <style> tag and put the code inside it, meaning between the <style> and </style> tags. That’s how the templates work. They will be placed inside the chosen theme and sent like that :). See this documentation: https://tribulant.com/docs/wordpress-mailing-list-plugin/3124/newsletter-save-a-theme/
Thank you! Although, there is one bug I believe regarding the CSS. So, I decided to change how the Email Message looks like in Newsletters > Configuration > System Emails > Latest Posts > Email Message. I added some custom classes, like class=”news-posts”, etc.
And then, when the code is rendered, it looks like this in the browser:
The HTML incorrectly renders the quotation marks. In conclusion, it is impossible to then add CSS in the head <style> in your template and to choose this class.
I would appreciate the support, as I need to customise my template with custom CSS. I am proficient in HTML and CSS.
After testing this, we weren’t able to find the same issue. Are you still experiencing it? If yes, could it be that your keyboard was not using the standard quotation mark? Some keyboards/languages use another style.