PDA

View Full Version : Why doesn't this work?


RuSu
Aug-13-2009, 08:32 AM
I want the navigation (I think it's page nav) where it shows page 1 of 1 & page & photo 2 of 9 to appear in white. I tried this without result. What's wrong here?

.gallery_8928823 .albumNav,
.gallery_8928823 .pageNav {color: #FFFFFF !important;}

http://rusu.smugmug.com/gallery/8928823_gZqK8#592830904_Kf7SL

Thx.

Allen
Aug-13-2009, 08:50 AM
I want the navigation (I think it's page nav) where it shows page 1 of 1 & page & photo 2 of 9 to appear in white. I tried this without result. What's wrong here?

.gallery_8928823 .albumNav,
.gallery_8928823 .pageNav {color: #FFFFFF !important;}

http://rusu.smugmug.com/gallery/8928823_gZqK8#592830904_Kf7SL

Thx.
Try this instead

.gallery_8928823 #photoNavTop .title,
.gallery_8928823 .pageOn
{color: #FFF !important;}

RuSu
Aug-13-2009, 08:58 AM
SM should have a 'road map' of what different basic things are called for those of us who haven't a clue. I could've done it myslef if I'd known what it was called, & wouldn't have to bother everyone. Anyway, much appreciated.

Allen
Aug-13-2009, 09:01 AM
SM should have a 'road map' of what different basic things are called for those of us who haven't a clue. I could've done it myslef if I'd known what it was called, & wouldn't have to bother everyone. Anyway, much appreciated.
Get the Firefox add-ons WebDeveloper or Firebug.