Can I remove breadcrumbs from a specific page in PageFly Creator?

Is it possible to remove breadcrumbs (image of the collection) from certain pages?

I want the breadcrumbs to still apply to my product collections but I don’t want them on one page - see the link below (the page was created in PageFly Creator).

https://stockunion.co.uk/pages/mysteryboxes

Need this section removed

Appreciate any help

@elo1234 - your page do not have any unique class or id, hence any change to this will affect other pages too, try to add unique id or class to the page or this section. Then using css we can hide it.

Hi @elo1234

You can try this code by following these steps:

go to the PageFly editor with the live view you want to hide and add the code here

then add this code to here

div#breadcrumb {
display: none;
}

Hope this answer helps.

Best regards,

Victor | PageFly

1 Like

@PageFly-Victor

It worked thank you so much!!!

1 Like

You’re welcome. :heart: