• Hi

    I’m trying to hide all page titles using css. Following some online guides I had inspected my theme page title which looks like this:

    <header>
    <h1>”page title”</h1>
    </header>

    I’d like to use function “display: none;” but nothing seems to work.

    What am I doing wrong/missing?

Viewing 3 replies - 1 through 3 (of 3 total)
  • what CSS codes exactly are you trying?

    where do you add the new CSS?

    what theme are you using?

    can you post a link to your site?

    Thread Starter Aliosha Kasin

    (@aliosha-kasin)

    From the online examples the css Im using looks like this:

    .page-header centered-minimal-page-header {
    display: none;
    }

    the “header centred-minimal-page-header” is from the example, not my themes css.

    I used firebug to inspect the page title just like the tutorials instruct but the css I have for the page title looks like this:

    <header>
    <h1>”page title”</h1>
    </header>

    I was trying to use that but it doesn’t work.

    I’m adding the new css in the custom css box of my themes settings page. The theme is Superstore.

    please contact the developer of your theme for help.
    as this is a commercial theme, this forum cannot help; https://codex.wordpress.org/Forum_Welcome#Commercial_Products

    for general formatting help, please post a live link to your site to illustrate the issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing Page Titles Via CSS’ is closed to new replies.