Magento – theme email-inline.css not being used

cssemail-templatesmagento-1.9theme

I am using Magento 1.9.1. I want to modify email-inline.css with some custom styles for a particular transactional email. I have created email-inline.css in my theme, but when I preview the email, only the styles in the original email-inline.css are used. If I create a new file email-inline1.css in the base directory, and refer to it specifically in the email template, it will pick that up, but it seems not to bother looking in my theme folder. Am I doing something wrong?? I don't want to have to specify all the styles in each email.

Best Answer

My suggestion here is that you are using the preview functionality in the admin section which does not know about your custom theme. I have seen the same problem in the cms preview feature.

What you will need to do is either set the correct them during the preview action.

Related Topic