Home Forums WoodMart support forum Product name missing in breadcrumb on mobile

Product name missing in breadcrumb on mobile

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

    zilabs.it
    Participant

    Hi,

    on desktop the breadcrumb shows correctly:

    Home / Shoes / Nike / Air Jordan

    but on mobile it shows only:

    Home / Shoes / Nike /

    so the product name is missing.

    Is this a Woodmart setting/expected mobile behavior, or something that needs to be fixed with CSS/PHP?

    Thanks.

    #720412

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

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

     .single-product .woocommerce-breadcrumb .wd-last {
            display: inline !important;
    }

    Best Regards

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