
05-10-2013, 03:39 PM
|
 |
Junior Member
|
|
Join Date: Apr 2013
Posts: 2
|
|
Breadcrumb Navigation with CSS Triangles
Hi everybody!
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>
Is it possible to customize breadcrumbs in such way
 ?
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.
Last edited by shurushetr; 05-10-2013 at 03:56 PM.
Reason: P.S. add
|