After browsing theme.css and searching this board, I've had no luch in locating where the text color for the last breadcrub (current location) is. On my gallery it looks like a very dark grey. Any ideas?
#gsNavBar div.gbBreadCrumb { font-size: 1.1em; font-weight: bold; color: red; }
It's black by default (default color of text)
____________________________________________ Like Gallery? Like the support? Donate now!!! See G2 live here
Awesome, thank you. My stylesheet didn't have any color defined on this attribute.
None that I've seen do by default ____________________________________________ Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 16504
#gsNavBar div.gbBreadCrumb {
font-size: 1.1em;
font-weight: bold;
color: red;
}
It's black by default (default color of text)
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 25
Awesome, thank you. My stylesheet didn't have any color defined on this attribute.
Posts: 16504
None that I've seen do by default
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here