How to remove page titles
-
How can I remove page titles? One guy said to add the following line to my stylesheet:
div.post-headline {display:none;}
So I did that and my stylesheet looks like this:
/*
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}.alignleft {
float: left;
}.alignright {
float: right;
}div.post-headline {display:none;}
Unfortunately, it does not seem to have made any changes to the style of the website, particularly with respect to the page titles. They still appear as before.
Any suggestions as to what I’m doing wrong, or how I can remove page titles from appearing at the top of the center page block? I think they look stupid and redundant. Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to remove page titles’ is closed to new replies.