New Landing How can we help? Themeforest Theme Support Uplift Remove Breadcrumbs From Main Shop Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Uplift
  • #308865
    alexwright
    Member
    Post count: 72

    Hi-

    I’m trying to remove the Breadcrumb NavXT breadcrumbs from the main shop page. The main shop page doesn’t have Meta Options and setting sf_no_breadcrumbs to 1 in the Custom Fields doesn’t seem to do the trick. Any suggestions?

    Thanks,

    -Alex

    #308866
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    .post-type-archive-product .page-heading-breadcrumbs #breadcrumbs {
        display: none;
    }

    -Rui

    #308906
    alexwright
    Member
    Post count: 72

    Perfect, thanks! And that didn’t remove the breadcrumbs from the category archive pages, which is awesome.

    Feel free to mark this ticket as resolved.

    Thank you,

    -Alex

    #308950
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Glad I could help.

    -Rui

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

You must be logged in to reply to this topic.