Viewing 2 replies - 1 through 2 (of 2 total)
  • Page/post title (entry title) is part of every theme. In fact, it’s one of the most important element of a web page. It allows user to know which page is currently visiting.

    The only instance when page title could or should be omitted is the front home page.

    When there is a need to not display page title on other pages, there are other design techniques like lowering its opacity (use faded font color), or making font size smaller to kind of reduce its presence instead of getting rid of it.

    Still, if you really need to hide page title, use this in Custom CSS option.

    .page .posttitle {
    	position: absolute !important;
    	clip: rect(1px, 1px, 1px, 1px);
    }
    Thread Starter MJ Smook

    (@mj-smook)

    Thank you for your reply, however I don’t see those labels on any professional looking websites. I hope I have made it clear what I am referring to. My website pages just look amateurish with the labels and also usually contain the text that I want to use in the H1 for seo but cant because the repetition looks stupid.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘removiing page labels’ is closed to new replies.