Jump to content


Replying to How To Remove Title H1 On Only 1 Page?


Post Options

  or Cancel


Topic Summary

Posted 02 January 2012 - 02:15 PM

Indeed, it's working.
Thank you.

Laurel

Ronald

Posted 02 January 2012 - 11:13 AM

Hi,

if you check the html source of your page (via your browser, right click and "view source") and check out the css code I provided, you should be able to work out what css code is required for other pages,

hope that helps,
Ronald

Posted 02 January 2012 - 10:07 AM

Thanks Ronald,

It works.
I need to remove another h1 title from another page. How can I remove any title I want?

Laurel

Ronald

Posted 01 January 2012 - 04:26 PM

Hi Laurel,

add the following code at the end of your themes stylesheet style.css:

h1#post-404 {
	display: none;
}

that should do the trick,
Ronald

Posted 31 December 2011 - 08:58 AM

Hi,

Here is the website I'm working on: http://youcandrawportraits.net63.net/

I want to remove the title h1 "Home" on the "Home" page, WITHOUT removing it from the menu.
I want to keep all the other titles h1 as they are.

I tried to create my own menu but it doesn't work and says that the current theme doesn't support a personnalised menu.

How do I remove only one h1 title on one page without removing it from the menu?

Thanks,
Laurel

Review the complete topic (launches new window)