Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1234811

    Hello,
    I would like to make the following changes as shown in the picture:

    1. Change the separator for breadcrumbs from “/” to “>”
    2. Post Sort more space between the word and the separator

    null

    #1234954

    Hey Markus,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1235052

    Hallo Jordan,

    #1235554

    Hi,

    Add this to quick css:

    .av-masonry-sort a {
        padding: 0 20px!important;
    }
    
    .breadcrumb-trail .sep:before {
       content: ">";
    }

    Best regards,
    Jordan Shannon

    #1235635

    Hallo Jordan,
    thx is perfect

    #1235872

    Hi,

    Great! I’m glad this was resolved If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Space and arrows’ is closed to new replies.