Home Forums WoodMart support forum Blog archive

Blog archive

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

    rewind-creative.com
    Participant

    I have created x2 blog areas (blogs & guides), and within the pages they have ‘archived by category ”x”) within the page path. How can I remove the ‘archived by category’?

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

    Hello,

    Try to add the following custom css code in Theme Settings > Custom CSS:

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

    Best Regards,

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