+ Reply to Thread
Results 1 to 4 of 4

Thread: Bread Crumb

  1. #1
    Junior Member
    Join Date
    Mar 2014
    Posts
    24

    Bread Crumb

    Hi

    Does anyone know how to change the Bread Crumb symbol from "/" to something else, i'd like to change it to ">" not sure where it's located.
    BreadCrumb.jpg

    thanks

  2. #2
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    look in templates css common line 471 and look in the background url option (i thinks)

    ul#bread_crumbs li {
    list-style: none;
    margin: 0;
    float: left;
    background: url('../img/gallery.png') right -501px no-repeat;
    padding: 0 30px 0 0;

  3. #3
    Hello Hanna Wade,

    Also you can check in file: ftp ://templates>>your_template>>tpl>>blocks>>bread_crumb s.tpl and find symbol '/'
    Viktor,
    Flynax technical department,
    Best wishes.

  4. #4
    Junior Member
    Join Date
    Mar 2014
    Posts
    24
    Thanks Viktor, I've changed it and it looks better now.
    BC.JPG

+ Reply to Thread