Home Forums WoodMart support forum breadcrumbs

breadcrumbs

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

    furkan.sapmaz.0519
    Participant

    Hello, I’m adjusting my product page layout. However, in the breadcrumbs section, the product names are quite long and it affects the design negatively. How can I remove or hide the product name from the breadcrumbs without harming SEO? I’ve attached screenshots for better clarification. thank you

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS:

    .woocommerce-breadcrumb span.wd-last {
            display: none;
    }

    Best Regards,

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