• Resolved Tanyat61

    (@tanyat61)


    On pages other than the home page when using the default template, the name of the page is visable in the header. I cannot seem to find where to remove this.

    Wondering if someone can point me to the correct file/line/process.

    Many thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi, to hide the page title that appears on static pages, add the following CSS.

    .page .page-title {
        display: none;
    }

    If you have not yet done so, I would suggest creating a child theme so that any customizations you make will not be overwritten by a future theme update. Alternately you can use the Edit CSS function in the Jetpack plugin, or use one of the other Custom CSS plugins that will keep CSS changes from being overwritten.

    Child Themes
    Child Theme creation plugins
    Jetpack plugin
    Custom CSS plugins

    Thread Starter Tanyat61

    (@tanyat61)

    That is great! Thank you for the CSS code. I will give it try tonight.
    I have the Jetpack plugin installed and am working in the CSS editor. Thank you for the suggestion.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    You are welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing the page name in the header?’ is closed to new replies.