XF 1.2 Email Templates

Hello, I have figured out how to style my emails and everything, the question is, how can I get rid of that hideous blue box around the content? I want the blue box away and the content to be centered in the email box..

Here's a screenshot of what is happening.

6roex.png
 
Enable debug mode by adding this to the library/config.php file:

Code:
$config['debug'] = 1;

That will give you access to the Dev area. I think you want this:

Admin CP -> Development -> Email Templates -> MAIL_CONTAINER
 
Hello, I have figured out how to style my emails and everything, the question is, how can I get rid of that hideous blue box around the content? I want the blue box away and the content to be centered in the email box..

Here's a screenshot of what is happening.

6roex.png

Enable debug mode by adding this to the library/config.php file:

Code:
$config['debug'] = 1;

That will give you access to the Dev area. I think you want this:

Admin CP -> Development -> Email Templates -> MAIL_CONTAINER

I don't believe "ALL" colors can be changed in their in that template, is it possible they are located elsewhere?
 
Top Bottom