1. Navigate to Appearance > Customize from your Wordrpess dashboard as shown in the screenshot below:



2. This will take you to the customization page where you can customize different features of your site. Click on the "Additional CSS" menu item to access the panel where you can input custom CSS. Please refer to the screenshot below:



Once you have clicked to open the panel, this is what you will see:



3. Add the following code into the input area shown highlighted with a green square in the above screenshot:


page-(Add page name) nav.site-breadcrumbs {
display: none;
}



NOTE: please add the name of the page for which you want to remove breadcrumbs into this section of the above code: (Add page name)

3.  Click save 


After you have saved, reload your website and the breadcrumbs should be removed from the page you specified within the code. If you are still seeing breadcrumbs on that page, try clearing your cache and internet browsing history, then reload the page again.