I've been working on this all day yet can't seem to find a way to change the color of the article title on the front page. I've tried modifying the appropriate template using HTML code. I've also tried changing the StyleVars code. Finally, and my preferred way, I've added code to additional.css:
The title size and boldness change but it will not take the color code. Any idea what's going on?
Code:
h3.article_preview {color: #D2A654; font-weight: bold; font-size: 1.3em;}
Comment