Breadcrumbs formatting issue
Posted: Tue Jul 18, 2017 5:26 pm
For some odd reason I can't get the last part of the breadcrumbs on my site to be in bold. It looks like this: "You are here: Home" But I'd like it to look like this: "You are here: Home"
In the StaticCSS file, which seems to manage this, I inserted:
div.breadcrumbs span.lastitem {
font-weight: bold;
}
But this doesn't work. Any ideas?
In the StaticCSS file, which seems to manage this, I inserted:
div.breadcrumbs span.lastitem {
font-weight: bold;
}
But this doesn't work. Any ideas?