View Full Version : Help with text color
Stumpy
Apr-07-2009, 03:36 PM
I can't seem to figure out the CSS to change the text color of the "Next>" text and the ">>" in my galleries above the thumbnails. See the attached image for reference, I'd love to make these black.
Thanks in advance,
Steve Keller
www.kellerphotographic.com (http://www.kellerphotographic.com)
jfriend
Apr-07-2009, 05:08 PM
Try this CSS:
.pageNav a.nav, .photoNav a.nav {color:#000000;}
Rico79
Apr-07-2009, 05:38 PM
Hmm - I tried this and tried using a custom color I already have in my navbar F0E68C and it did not change anything in my galleries.
Does it need any other coding besides in the CSS box?
Thank you,
-h.
www.eyerickphoto.com
Try this CSS:
.pageNav a.nav, .photoNav a.nav {color:#000000;}
jfriend
Apr-07-2009, 05:44 PM
Hmm - I tried this and tried using a custom color I already have in my navbar F0E68C and it did not change anything in my galleries.
Does it need any other coding besides in the CSS box?
Thank you,
-h.
www.eyerickphoto.com (http://www.eyerickphoto.com) Different sites, set with different themes and different existing customization may require different CSS. This advice was for a different site. Also, when you jump into someone else's thread, please mention that you are doing so. You confused me and it took me a while to realize you were a different poster talking about a different site.
For your site, you would need:
.pageNav a.nav, .photoNav a.nav {color:#F0E68C !important;}
Rico79
Apr-07-2009, 05:51 PM
Sorry about the confusion, but thanks for your help. It did work.
I have another question that ties into this, but will post separately in a new thread.
Cheers,
-h.
Different sites, set with different themes and different existing customization may require different CSS. This advice was for a different site. Also, when you jump into someone else's thread, please mention that you are doing so. You confused me and it took me a while to realize you were a different poster talking about a different site.
For your site, you would need:
.pageNav a.nav, .photoNav a.nav {color:#F0E68C !important;}
vBulletin v3.5.2, Copyright ©2000-2010, Jelsoft Enterprises Ltd.