I’m using a rails gem that generates breadcrumbs in the following format:
<div class="breadcrumbs">
<a href="/">Home</a> »
<a href="/category/computers">Computers</a> »
Walmart
</div>
Is there a way in CSS that I can reference the » and apply padding and color changes to it?
No. However, seeing that you’re using breadcrumbs on rails, just use this to display them:
and then style away on the
span.sep.