XF 2.2 Email styling?

Sonnie

Active member
We got this from a customer and I'm not sure how to change the Thread title background. Is it possible without changing anything in the forum?

1715014831002.webp
 
I see this code... is there something we can add to it to change the thread background color to white, or thread text to white?
Code:
<xf:foreach loop="$threads" value="$thread">
        <xf:set var="$header">
            <a href="{{ link('canonical:threads', $thread) }}">{$thread.title}</a>
        </xf:set>
 
I see this code... is there something we can add to it to change the thread background color to white, or thread text to white?
Code:
<xf:foreach loop="$threads" value="$thread">
        <xf:set var="$header">
            <a href="{{ link('canonical:threads', $thread) }}">{$thread.title}</a>
        </xf:set>
Go to style properties > Emails

From there you can change the header text color and also try sending a test mail to yourself. This way you can make sure the colors are appropriate.
 
Top Bottom