• Resolved MikeJ_09

    (@mikej_09)


    I use this theme and I like it, it is simple.
    But… I make a new page, it works perfect but the page name appears on the page itself.

    If you look at the preview of this theme. Click on a page (example the about page) then you see the green about of the top on the page. How remove to remove this?

    Sorry for my bad english, haha!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can probably hide those page titles using “display: none;” in the CSS code. If you post a link to your site, someone can likely help you with the specific code you’d need to use.

    Thread Starter MikeJ_09

    (@mikej_09)

    Thank you. It worked.

    In the screen.css file by content.entry-title{
    I added “display: none;” and the title is removed.

    #content .entry-title {
    clear: none;
    line-height: 1;
    margin: 0 0 20px;
    padding: 0;
    display: none;
    }

    Thank you! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove the page name on a page?’ is closed to new replies.