background-color: @xf-emailBg;
font-size: @xf-fontSizeNormal;
font-family: @xf-emailFont;
line-height: @xf-lineHeightDefault;
color: @xf-textColor;
Im trying to change the background color and font color for emails.
First I went to Style Properties and clicked "Emails" at the bottom. There were only 2 options. Neither changed to colors I was trying to change.
I then went to Templates > Emails > Core.less
There I found color settings.
Code:background-color: @xf-emailBg; font-size: @xf-fontSizeNormal; font-family: @xf-emailFont; line-height: @xf-lineHeightDefault; color: @xf-textColor;
I did a template search for xf-emailBg, but it only found the same file.
Where can I edit these settings? I'm new to XF2 and I can't find it.
I when there, but there's only 2 color options.
Email header text color
Email background color
However emails have 2 separate background colors and there's no options to change the text color.
body
{
color: #000;
}
.content
{
background-color: #000;
}
background-color: @xf-emailBg;
font-size: @xf-fontSizeNormal;
font-family: @xf-emailFont;
line-height: @xf-lineHeightDefault;
color: @xf-textColor;
We use essential cookies to make this site work, and optional cookies to enhance your experience.