PDA

View Full Version : Help: gallery nav bar nav elements color


Markjay
Jan-21-2008, 06:43 PM
I have searched my code for my photo gallery navigational elements and can not for th life of me find two itms on my photo gallery nav bar that are showing up as a gray color instead of white like the rest of the nav elements on that nav bar!

Here's a screenshot of the nav bar and link to a gallery..... notice the 1 of 22 is in a gray color and the buy word is in that same color? Yet I searched my CSS code and can't seem to located these elements/ gray to change them.

Can you locate that code for me in my CSS..... please?
http://360photostock.smugmug.com/photos/246000039-L.jpg

Allen
Jan-21-2008, 07:10 PM
I have searched my code for my photo gallery navigational elements and can not for th life of me find two itms on my photo gallery nav bar that are showing up as a gray color instead of white like the rest of the nav elements on that nav bar!

Here's a screenshot of the nav bar and link to a gallery..... notice the 1 of 22 is in a gray color and the buy word is in that same color? Yet I searched my CSS code and can't seem to located these elements/ gray to change them.

Can you locate that code for me in my CSS..... please?
http://360photostock.smugmug.com/gallery/4163446#243452831
http://360photostock.smugmug.com/photos/246000039-L.jpg
You missed that buy also is gray.

#photoNavTop .title,
.cartbuttons span.title {color: red;}

Markjay
Jan-21-2008, 07:15 PM
THANK you! I did write:
notice the 1 of 22 is in a gray color and the buy word is in that same color?

I thank you gracefully for your help...... you're the best!!


You missed that buy also is gray.

#photoNavTop .title,
.cartbuttons span.title {color: red;}

Allen
Jan-21-2008, 08:17 PM
THANK you! I did write:
notice the 1 of 22 is in a gray color and the buy word is in that same color?

I thank you gracefully for your help...... you're the best!!
Reading is hard.:D

You're welcome:thumb