• So I am currently working on creating my own website for the first time ever. It will be a blog+. I am a total newbee to this but have come suprisingly far so far!

    Right now I am having trouble with something. I hope someone could help me out with this! Preferably in easy language hehe 😉 Some CSS code would be great!

    My issue/wish:

    Can you hide the page title when you’re on that page? So you only see which page you’re on in the menu, and not huge in the center of your screen?

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Here is the CSS code to hide the page title:

    .single .entry-header, .page .entry-header {
        display: none;
    }

    Put the code into Customize > additional CSS

    Thread Starter Anouk

    (@anouk197)

    Thank you! It works perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘hide page title’ is closed to new replies.