Home New Guten Forums WoodMart support forum Remove last slash

Remove last slash

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

    [email protected]
    Participant

    Hi,
    How can I remove the last slash? It is present just on desktop. On mobile is hide.
    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #398455

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    a.breadcrumb-link.breadcrumb-link-last::after {
        display: none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)