View Full Version : Breadcrumb Colours
raebrown
Mar-18-2007, 07:59 PM
I've changed my background colour and therefore need to change the breadcrumb colours to make them visible. I've been able to change the breadcrumb colours up to the active page. Can't figure out how to change that last breadcrumb colour which is currently blue. Here's a link:
http://raebrown.smugmug.com/gallery/2146915#111273595
Also the colours of the page numbers.
richW
Mar-18-2007, 08:08 PM
I've changed my background colour and therefore need to change the breadcrumb colours to make them visible. I've been able to change the breadcrumb colours up to the active page. Can't figure out how to change that last breadcrumb colour which is currently blue. Here's a link:
http://raebrown.smugmug.com/gallery/2146915#111273595
Also the colours of the page numbers.
For the album title in the breadcrumbs: #albumTitle {color: black;}
Look in post one here for the page numbers: http://www.dgrin.com/showthread.php?t=52107
If you any more help.....yell..
Allen
Mar-18-2007, 08:11 PM
I've changed my background colour and therefore need to change the breadcrumb colours to make them visible. I've been able to change the breadcrumb colours up to the active page. Can't figure out how to change that last breadcrumb colour which is currently blue. Here's a link:
http://raebrown.smugmug.com/gallery/2146915#111273595
Also the colours of the page numbers.
This replaces the color for all these.
#comment_header .title,
.pageOn.title,
#pageNavigation_top,
#photoNavTop .title,
#albumTitle {color: #000000;}
raebrown
Mar-18-2007, 08:21 PM
This replaces the color for all these.
#comment_header .title,
.pageOn.title,
#pageNavigation_top,
#photoNavTop .title,
#albumTitle {color: #000000;}
Hi Allen,
That worked for perfectly for that page...but if I navigate back in the breadcrumb to the previous page it still shows blue. Any ideas?:dunno
Allen
Mar-18-2007, 08:52 PM
Hi Allen,
That worked for perfectly for that page...but if I go back in the breadcrumb to the previous page it still shows blue. :dunno
Subcat level add green.
At category level if want change there too.
#subCatGalleryTitle {color: #000000;}
Did you want #90EE90 for all these? What happened to #000000?
#breadcrumb .title,
#comment_header .title,
.pageOn.title,
#pageNavigation_top,
#photoNavTop .title,
#albumTitle {color: #90EE90;}
raebrown
Mar-18-2007, 09:01 PM
Subcat level add green.
At category level if want change there too.
#subCatGalleryTitle {color: #000000;}
Did you want #90EE90 for all these? What happened to #000000?
#breadcrumb .title,
#comment_header .title,
.pageOn.title,
#pageNavigation_top,
#photoNavTop .title,
#albumTitle {color: #90EE90;}
I'm trying to get the breadcrumb to show #000000 except for the current page to show #90EE90. That's working now for http://raebrown.smugmug.com/gallery/2146915#111273595 but when I back up one level http://raebrown.smugmug.com/Travel/256874 the current page shows blue.
Allen
Mar-18-2007, 09:14 PM
I'm trying to get the breadcrumb to show #000000 except for the current page to show #90EE90. That's working now for http://raebrown.smugmug.com/gallery/2146915#111273595 but when I back up one level http://raebrown.smugmug.com/Travel/256874 the current page shows blue.
You can separate each one for different color.
Use a combination of these.
Site wide
#breadcrumb .title,
#comment_header .title,
.pageOn.title,
#pageNavigation_top,
#photoNavTop .title,
#albumTitle {color: #000000;}
For one gallery
.gallery_2146915 #breadcrumb .title,
.gallery_2146915 #comment_header .title,
.gallery_2146915 .pageOn.title,
.gallery_2146915 #pageNavigation_top,
.gallery_2146915 #photoNavTop .title,
.gallery_2146915 #albumTitle {color: #90EE90;}
raebrown
Mar-19-2007, 03:02 PM
You can separate each one for different color.
Use a combination of these.
Site wide
#breadcrumb .title,
#comment_header .title,
.pageOn.title,
#pageNavigation_top,
#photoNavTop .title,
#albumTitle {color: #000000;}
For one gallery
.gallery_2146915 #breadcrumb .title,
.gallery_2146915 #comment_header .title,
.gallery_2146915 .pageOn.title,
.gallery_2146915 #pageNavigation_top,
.gallery_2146915 #photoNavTop .title,
.gallery_2146915 #albumTitle {color: #90EE90;}
Thanks Allen, I needed the breakdown...I've got it now.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.