Skip to main content
Level 2
December 28, 2016
Question

Cannot locate the email background color in a template

  • December 28, 2016
  • 1 reply
  • 1306 views

Once again, I'm attempting to update the background color in the email template Urbanista, but cannot locate the grey color in the code.  I thought it was <meta class="mktoColor" id="emailBackgroundColor" mktoname="Email Background Color" default="#eeeeee" /> , but when I changed the #eeeeee to something else, it didn't change the background. I then changed any reference to background color, but that didn't help either. I would post the entire code, but it's 700+ lines. Any thoughts?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Grégoire_Miche2
Level 10
January 13, 2017

Hi Eric,

the global variable "emailBackgroundColor" sets the color of the email body. Then each module will have it's own background color that you will have to set separately.

As the template has been developped before the "MktoModulescope" variable was made to work, each variable is set as a global variables, even when they are used in 1 module and these variables are then replicated for each module. As a result, there are tens of "Background Color" variables in the template

-Greg