Breadcrumb font color

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Aug 14, 2014 11:48 am
Reply with quote
Report this post
I have removed Suffixes for pages .frontpage as its always confusing and I adjusted header and etc., without the suffix but now I have an issue.

Now breadcrumb font color(.breadcrumbs > ul > li) on frontpage is orange and White(.breadcrumbs > ul > li>a) and orange((.breadcrumbs > ul > li) on subpages. which is fine but I want breadcrumb font color((.breadcrumbs > ul > li) on front page as White.
https://docs.google.com/file/d/0B5K2lySm1GVPN1R3Z0ltdzdnY0E/edit Achieved

https://docs.google.com/file/d/0B5K2lySm1GVPMHA5ZzB6N3F0bFU/edit?usp=drivesdk Not Achieved

Thanks in Advance

btw if you want to access the live site its http://freestyle2.chrisvanryn.com
User avatar
Senior Boarder

GK User
Thu Aug 14, 2014 1:43 pm
Reply with quote
Report this post
Sorry but I don't see any breadcrumbs on your page.
User avatar
Moderator

GK User
Thu Aug 14, 2014 2:13 pm
Reply with quote
Report this post
Aren't you guys supposed to be Geeks ;)
User avatar
Senior Boarder

GK User
Sat Aug 16, 2014 8:17 am
Reply with quote
Report this post
To access last element on every page you need to use:
Code: Select all
.breadcrumbs > ul > li

as this element is not clickable.
To access clickable element on subpages (first element), you need to use:
Code: Select all
.breadcrumbs > ul > li a {}
.breadcrumbs > ul > li a:hover {}

To access separator, use:
Code: Select all
.breadcrumbs li.separator {}
User avatar
Moderator

GK User
Sat Aug 16, 2014 8:28 am
Reply with quote
Report this post
but on home page "Home aka Event Photography" becomes last element it changes color to orange as I have last element as Orange
User avatar
Senior Boarder

GK User
Sun Aug 17, 2014 10:24 am
Reply with quote
Report this post
On home page you have only one breadcrumb and as it is the last (not clickable) element it is white. Same on subpages - last element is white.
User avatar
Moderator

GK User
Sun Aug 17, 2014 11:05 am
Reply with quote
Report this post
I want last element to be Orange but when Homepage breadcrumb element is last I want it to be white...
User avatar
Senior Boarder

GK User
Sun Aug 17, 2014 5:07 pm
Reply with quote
Report this post
User avatar
Moderator


cron