• I use the responsive pro theme and When I add a new page the page name is displayed not only in the menu bar but also below in big letters. Please give me directions how to get rid of the page title below the menu bar. I dont know css or html code. If needed please give me clear directions.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • You need to post a link to the site and the name of your theme.

    Then the code you need looks something like this, but you have to figure out the selector for the page title. For example, I use the 2012 theme and my CSS code looks like this:

    /*Hides the Page Title*/
    .page-id-? .entry-title {
    display: none;
    }

    ?= the number of the page id
    Add each page you do not want page titles displayed.

    Actually, ? is replaced with the number of the page id (just to be clear).

    Thread Starter Ultramatrix

    (@ultramatrix)

    Thanks for the reply. I dont know how to apply CSS code and where that would be. I want the page title to show in the menu bar, just not in my layout sections as well. Feels redundant and takes away from the page design. Hopefully somebody can solve this issue for me in a manner that my lack of competence doesnt stand in the way.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove page title displayed under menu bar’ is closed to new replies.