Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1399554

    Hello,
    there are situations (viewport between 768 and 998 pixels, for example) where long breadcrumb overlap the product name.
    I can remove the “Home” with
    a.trail-begin {
    display: none;
    }
    but I don’t know how to remove just the following single “/” and leave all the others backslashes
    Can you help please?
    Thank you
    Mauro

    #1399614

    Hey profumopuntoit,

    Thank you for the inquiry.

    You can use this css code to hide the first separator or forward slash in the breadcrumb.

    .breadcrumb-trail .trail-before + span + span {
        display: none !important;
    }
    

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.