• Open
  • Kenneth Riead
    Participant
    November 16, 2022 at 10:23 pm #48621

    I want to remove the text generated by the name of the page. For example, if breadcrumbs are enabled then the active name in the breadcrumb is also repeated underneath the breadcrumb. This is redundant for my use and would like to remove it. Here is an example: Example of a Page that Includes Unwanted Text

    Please help me remove this text. Thank you.

    Kenneth Riead
    Participant
    Posts: 12
    November 16, 2022 at 10:24 pm #48623

    The text I want to remove is italicized on the example page.

    Evgeny
    Keymaster
    Posts: 988
    November 17, 2022 at 6:47 am #48629

    Hello. The text you want to remove is the H1, which is essential to the website’s SEO. Having said that, here are two ways to hide it:
    1. On every blog post, go to Post options – > Breadcrumbs and set “Page Title” to “hide”
    2. Use CSS code to hide it on all posts at once, copy and paste in the “Additional CSS”:
    .post-title {
    display: none;
    }

    Kenneth Riead
    Participant
    Posts: 12
    November 17, 2022 at 4:37 pm #48631

    Thank you, Evgeny, but my question involved pages, not blog posts. Is there a way to remove the H1 title from pages?

    Kenneth Riead
    Participant
    Posts: 12
    November 17, 2022 at 5:16 pm #48633

    I apologize. I now see that there is an option to remove the page title in the bottom area entitled “Page Options”. Not sure why I could not see this before. Thank you for your help.

    Evgeny
    Keymaster
    Posts: 988
    November 17, 2022 at 9:56 pm #48635

    No problem, that’s why we are here)