I have a RadContentTemplateTile with a default Title colour of Black set via
.rtileTitle
{
color: Black !important;
}
Sometimes I have the need to change the Black to Red and I'd like to do it via CSS as below.
.rtileTitleRed
{
color: Red !important;
}
The trouble is, I don't know how/where to apply this CSS in code behind. Please assist.