I'm trying to customize the ecwid breadcrumbs. Just want to make them as navigation buttons. For example like in this article Breadcrumb Navigation with CSS Triangles, VIEW DEMO. But I am not pro css coder. And asking for help.
In the article author use unordered list of "ul" and "li" tags. But ecwid make breadcrums by "div" tags with special class:
Code:
<div class="ecwid-productBrowser-categoryPath-categoryLink" style="display: inline;"><a onclick="javascript: return false;" href="#!/~/category/id=5397141&offset=0&sort=normal">Игрушки</a></div>
May be there is another way to make them like buttons?
P.S. I've searched about it on forum and KB but there is no result.