Where can I find the CSS to change the look of newsletters, without create an <style> in it?
Please help.
Thank you
Gaelle
Zen Cart v1.3.8/v1.3.8
Where can I find the CSS to change the look of newsletters, without create an <style> in it?
Please help.
Thank you
Gaelle
Zen Cart v1.3.8/v1.3.8
I don't think there is any. Including a <style> section in the newsletter is the way I do it.
Thanks for that Steve, but I still can't find some of it.
I created my own style, but when I test a newsletter, I see at the very top: (stuff I did not create). Any idea where that is? Is is not in any of the stylesheet.css I looked at.
Thanks
<style type="text/css">
body {background-color:#ffffff; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center;}
a:link {color:#0066cc;}
a:hover {color:#0066cc;}
a:visited {color:#0066cc;}
.holder {background-color:#f9f9f9; border:0px solid #9a9a9a; font-size:9px; text-align:center; width:800px;}
.header {font-size:10px; padding:0px; width:800px;}
.content {font-size:10px; padding:5px; width:800px;}
.footer {border-top:1px solid #9a9a9a; font-size:9px; margin-top:10px; text-align:center; width:800px;}
.disclaimer {background-color:#f9f9f9; border:1px solid #cccccc; font-size:10px; margin-top:10px; padding:5px; width:800px;}
.disclaimer1 {color:#666666; padding:5px;}
.disclaimer1 a:link {color:#666666;}
.disclaimer1 a:visited {color:#666666;}
.disclaimer2 {color:#666666; padding:5px;}
.unsubscribe {border-bottom:1px solid #9a9a9a; padding:5px;}
.copyright {border-bottom:0px solid #9a9a9a; padding:5px;}
</style>
Oh, I see what you mean - that's in /email/email_template_newsletters.html
Thank you!!