How can I change the current page style? Is there a way through CSS?
If I use .breadcrumb .current all the styles are overridden by the .breadcrumbs main style.
Example:
HOME > Category > Category name > Product
Thank you in advance!
This topic was modified 4 years, 8 months ago by yakiimo.
If you are using the default settings/breadcrumb templates for Breadcrumb NavXT, to target the current item, use the .current-item class selector. If directly using that isn’t specific enough to prevent overriding by other styles, try .breadcrumbs .current-item. Otherwise, use you web browser’s built in inspector tool to try selectors to find what works for your situation.