Sonnie Active member May 6, 2024 #1 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?
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?
Sonnie Active member May 6, 2024 #2 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> Upvote 0 Downvote
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>
JustinHawk Well-known member May 6, 2024 #3 Sonnie said: 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> Click to expand... 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. Upvote 0 Downvote
Sonnie said: 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> Click to expand... 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.