Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter karenkramer

    (@karenkramer)

    Update: After reviewing it’s not a true breadcrumb but more of an added h1 title. It takes up too much space between the slider and my content. I’ve searched through the code and can’t find where this was added.

    Does anyone know how to remove?

    Thanks

    First of all, there is this */ at the end of theme stylesheet, I believe it’s theme’s bug. Remove that out.

    Then go to the page that set as front page, and change page title from Home to something else that has SEO value to the site and click save.

    Then activate Custom CSS module in Jetpack, and use this code in it.

    .home.page .entry-header {
    	border: 0;
    	clip: rect(0 0 0 0);
    	width: 1px; height: 1px;
    	margin: -1px; padding: 0;
    	overflow: hidden;
    	position: absolute;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove breadcrumb from home page’ is closed to new replies.