New Landing How can we help? Atelier disable breadcrumps in shop page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #323775
    kodanska
    Member
    Post count: 36

    hello, how do i disable breadcrumbs in shop pages, see image.

    Attachments:
    You must be logged in to view attached files.
    #323777
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    .summary-top .woocommerce-breadcrumb{
       display:none;
    }

    -Rui

    #331463
    oshannel
    Member
    Post count: 1

    Hi,

    I’ve deactivated breadcrums via the plugin and the additional CSS however i still see a blank white box.

    Please advise how to remove this.

    Regards,
    Liam.

    #331465
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Please use this CSS instead:

    
    .post-type-archive-product .page-heading-breadcrumbs.fancy-heading #breadcrumbs {
    display: none;
    }
    .post-type-archive-product .page-heading.fancy-heading {
    height: auto!important;
    }
    .post-type-archive-product .page-heading.fancy-heading .heading-text {
        margin-top: 0!important;
        top: 0;
        opacity: 1!imporatnt;
        padding: 50px 0;
    }

    Thanks,

    Ed

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

You must be logged in to reply to this topic.