Viewing 2 replies - 1 through 2 (of 2 total)
  • Change that page name to something else useful for SEO (like site name), and then use this CSS if you really need to hide it visually.

    .home.page .entry-title {
    	position: absolute !important;
    	clip: rect(1px 1px 1px 1px); /* IE7 */
    	clip: rect(1px, 1px, 1px, 1px);
    }

    I remember this theme has Custom CSS option, if not use a Custom CSS plugin.

    Thread Starter dianelondon

    (@dianelondon)

    great, many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing HOME from body of homepage’ is closed to new replies.