Fresh installation of Drupal 6.4 and Marinelli 6x-2.3. I've edited graphics.css to change the font colors of the site title and slogan so they'll be visible with my lighter background photo. The slogan's font color changed but the site title is still white.

/* site title */
#header h1, #header p.sitetitle { color: #333333;}
/* site slogan*/
#header p.slogan{ color: #333333;}

http://blog.shamusland.org/drupal/

Comments

Shamus-1’s picture

I corrected this by editing line 58 in links.css, changing it from

#header h1 a, #header p a{color: #fff;} to #header h1 a, #header p a{color: #333;}

Lioz’s picture

thanks for your report!

Shamus-1’s picture

I basically forgot that the site name was also a *link* back to the home page. :) However I'd have thought that, since there was a place in graphics.css to change the site name's font color, that would override the default setting in links.css.

And thank you for an excellent theme, by the way. I love the way the different aspects of it are broken down into dedicated css files, and that those files are extremely well-commented. I wish everyone would do that- it would make site customization a lot easier for those of us who are not css gurus, plus prevent a lot of "how do I" questions in various support forums.

oadaeh’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This issue is being closed because it is against a branch for a version of Drupal that is no longer supported.
If you feel that this issue is still valid, feel free to re-open and update it (and any possible patch) to work with the 7.x-4.x branch.
Thank you.