Viewing 5 replies - 1 through 5 (of 5 total)
  • Perfect @xpood!

    Good to know that you have managed to make it work.

    Please mark the topic as resolved and do let us know if there’s anything else we can help you with.

    Have a nice day and stay safe!

    Kind regards,
    Herman 🙂

    Thread Starter Anatolii Dimov

    (@xpood)

    Sorry for my English.
    I tried to ask a question – Remove “Trail-End” from Breadcrumbs?

    /** Breadcrumbs **/

    .trail-end span,
    li.trail-item.trail-end::after {
        display: none;
    }

    This code doesn’t work for li.trail-item.trail-end::after
    How to hide the end_separator ” > “?

    Home > Page1 > Page2 >

    Thank you in advance!

    Hi @xpood,

    The separator should not appear in the last of Breadcrumb. Do you have any site URL we can check?

    Kind regards,
    Herman 🙂

    Thread Starter Anatolii Dimov

    (@xpood)

    I have a localhost (((

    img1
    img2

    Hi @xpood,

    Please try the following CSS code

    .ast-breadcrumbs .trail-items li:nth-child(4n-1)::after{
    	content: '';
    }

    You might need to play around with the number to hide and show the separator.

    I hope that will help.

    Kind regards,
    Herman 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove “Trail-End” from Breadcrumbs?’ is closed to new replies.