Home Forums WoodMart support forum How to remove the product Title

How to remove the product Title

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

    gsquarenew
    Participant

    How to remove the product Title in the Navigation pane – Please refer the attached screenshot

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .single-breadcrumbs-wrapper .wd-breadcrumbs>:is(span,a):last-child {
        display: none;
    }

    Best Regards,

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