changing colors carbon theme

pergod

Joined: 2008-08-10
Posts: 3
Posted: Thu, 2008-09-04 20:12

Hi there, I'm trying to change the colors of the carbon theme. Based on one of the colors of the color pack I've made almost all changes I like. However I can't find out were to change the text color of the album description and the color of the navigation bar. I would like to have seperate colors for them however all color schemes have the same color for it.

Here you can see my example: http://www.mieko.nl/foto. I would like the album description color like it is, though all the black colors in the navigation bar (including the <<) and the color of the copy right text should be white.

Thanks for any help!

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 22888
Posted: Thu, 2008-09-04 20:49

Add to color.css:

.giDescription {
color: black;
}
.gbSystemLinks {
color: #999999;
}

adjust the colors/colours as required.

http://gallery.menalto.com/node/70126

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
pergod

Joined: 2008-08-10
Posts: 3
Posted: Thu, 2008-09-04 21:04

Thanks!