Remove "Home>Blog" from home page of Theme

Posted in: Newspaper
Post count: 7

Hi, Can you tell the solution for https://cl.ly/4b219d

i want to remove any breadcrumb which is showing on Home Page Only. there is no option in breadcrumb settings for only home page.

Post count: 35449

Hi,

You can use a custom css, or change the page template for the page that is set as homepage.

Here is the custom css, set it in Newspaper>Theme panel>Custom code>Custom css
.home .entry-crumbs{
display: none;
}

Thank you for your understanding.

Post count: 7

although i did not setup any page as homepage, but code worked well. thank you

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.