YAFLogo

RJP
  • RJP
  • 50.6% (Neutral)
  • YAF Forumling Topic Starter
9 years ago
How do you get the quote box inside a message to have a different background color?

And how do you get it to say "Quote:"

How do you get the quote box inside a message to have a different background color?

Thanks!

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
9 years ago
You can change the background color via the theme you are using in the theme.css

.yafnet .innerquote {
    background-color: #fff;
}

This would make the background white.