Removing heading from static frontpage
-
I created a static home page but would like to remove the title ‘Home’ from just this page. I’ve tried typing:
h1#post-5 {display:none;} into the stylesheet, but it didn’t work.Help?
The blog I need help with is: (visible only to logged in users)
-
Will you please post an active link starting with http:// to the blog that you are CSS editing?
-
-
@laurenjane, or let us know the theme and we can probably get you an answer based on that.
@fiendishfiona, it depends on which theme you are using. In the Piano Black theme, you could use this CSS to hide the top right nav bar.
#access { display: none; }
- The topic ‘Removing heading from static frontpage’ is closed to new replies.