hello every body
i am using garland for this site, http://www.2knowmyself.com/empowerment/
i have made the top header white, however the slogan and primiary menu items cannot be seen because they are white too, how can i change their color?

Comments

ultimateboy’s picture

CSS is an amazing tool.. and it really should be learned -- at least the basics.

Do some google searches for 'basic css tutorials' and you will be amazed how simple something like this:

[element] {
  color: red;
}

As simple as that ;)

--matt tucker
http://www.monarch-digital.com

-- matt tucker

cgallo’s picture

Thanks for the help. I tried changing this in style.css but nothing happens to my page. Is there another place I need to be making changes???? Thanks!

cgallo’s picture

It turns out that it creates a custom css file for my theme. Mine was found under /files/color/THEME_NAME/style.css

:)