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.