Thread Starter
zpyder
(@zpyder)
I have the ability in my theme to insert css overrides, and adding the following code allows me to alter the opacity of the unlinked part of my trail:
.breadcrumbs span[property="name"] {
opacity: 1;
}
Are you able to offer any advice on what the css name would be for a linked trail? I cannot figure out why it is different to “name”.
Thread Starter
zpyder
(@zpyder)
Thanks John. I’ve been trying to problem solve it using different plugins, they all exhibit the same behaviour. I did notice with NavXT, if I changed the formatting so that the trail wasn’t linked they remained visible.
I think this is a theme style issue, it seems odd though that non-breadcrumb links stay visible. I’ll dig into the theme files and chase the theme developer on it.
Thread Starter
zpyder
(@zpyder)
So adding “sfFeedReader” to the bottom of the list should work?