• Resolved jm.riviere95

    (@jmriviere95)


    Hello again,

    I’m trying to remove the whole breadcrumb header containing “home>*page*”.
    I’ve been trying all the advices given for other themes but none seem to work.

    Here’s what I tried to put in my custom CSS:

    .content-info{
    display:none;
    }

    .bread-title-holder {
    display: none !important;
    }

    woocommerce-breadcrumb {
    display: none;
    }

    #crumbs, .sl h1{
    display:none;
    }

    And now I’m all out of ideas – I’d be very grateful for any help!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Remove Breadcrumbs’ is closed to new replies.