• Resolved wzad

    (@wzad)


    The separator field does not let you use html. So you cant style the separator.

    There is also no wrapper around the name of the current page.

    I would like to suggest wrapping those with span elements that have css classes. This is a simple update that shouldnt adversely affect existing users but would be a significant improvement.

    Current output
    <div class="breadcrumb"><a href="https://myblog.com">My Blog</a> >About Me</div>

    Suggested output
    <div class="breadcrumb"><a href="https://myblog.com" class="breadcrumb-link">My Blog</a> <span class="breadcrumb-separator">></span><span class="breadcrumb-current">About Me</span></div>

    • This topic was modified 5 years, 9 months ago by wzad.
Viewing 1 replies (of 1 total)
  • Plugin Author Abhay

    (@abhay-raj)

    I have already added seprator wrapper and current wrapper. please update plugin with latest version 1.3

Viewing 1 replies (of 1 total)
  • The topic ‘Separator & CSS Classes’ is closed to new replies.