• Resolved yakiimo

    (@albertof92)


    Hello,

    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.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Havlik

    (@mtekk)

    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.

    Thread Starter yakiimo

    (@albertof92)

    Ok I will investigate, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Current page style’ is closed to new replies.