New Landing How can we help? Atelier Hide product name in breadcrumb

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #318896
    admin_cz
    Member
    Post count: 55

    Hi, I would like to hide the product name at the end of product breadcrumb, but it is just plain text, I cant find the selector to select it. Is it some how possible? Thanks!

    It is like this: Home > Shop > category > subcategory > PRODUCT NAME //The product name is not a link, just plain text, so Can´t find selector for it…

    #319071
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    nav.woocommerce-breadcrumb {
        font-size: 0!important;
    }
    .summary-top .woocommerce-breadcrumb a,
    .summary-top .woocommerce-breadcrumb span {
        font-size: 14px!important;
    }
    .woocommerce-breadcrumb span:last-of-type {
      display: none;
    }
    #319093
    admin_cz
    Member
    Post count: 55

    Thanks! It works. I did not know about the “last-of-type” selector. Thank you wery much, nech time I am gonna know.

    #319098
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help you!

    If you have found the theme/support useful, we appreciate it if you can leave feedback on our item if you have the time as it really helps us out.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register