Page Title always appears on top left of the page. Can I change it not to be appeared?
Removing page title
6 posts from 3 voices-
Posted 1 year ago #
-
Hey,
can you post a link please - there are several different headlines and I don't want to post wrong code.Posted 1 year ago # -
It is a test page.
http://dl.dropbox.com/u/873220/Page%20Title.jpg
"Support" page is created. When I click the page in the menu, on the top left Page Title appears. I need to remove it.
Posted 1 year ago # -
Hey,
use following code:
.sidebar_right .post-title{ display: none; }Posted 1 year ago # -
Thank you very much.
I removed all Titles appear on the top of the page/post as follows. It's for record..sidebar_right .post-title{
display: none;
}.sidebar_left .post-title{
display: none;
}.dual-sidebar .post-title{
display: none;
}.fullwidth .post-title{
display: none;
}Posted 1 year ago # -
Good to see Dude could help you, thanks for sharing your final code :)
Posted 1 year ago #
Reply
You must log in to post.














