Hiding Page Title

  • Hi There,

    I’m very happy with my header at dptwiskunde.nl. There’s only one thing which irritates me a lot and that’s the page title (“Welkom”) in the middle of my header picture. I already found out that the only way to change this, is to change some CSS-code. Can someone please help me to find the CSS code to accomplish this? I would be very gratefull.

    Ramon

    The blog I need help with is: (visible only to logged in users)

  • Hi Ramon,

    Try this:

    .headline {
        display: none;
    }
  • The topic ‘Hiding Page Title’ is closed to new replies.