Separator & CSS Classes
-
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>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Separator & CSS Classes’ is closed to new replies.