Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13572

Steve on "I want to remove header, Menu and Footer of only One page in wordpress"

$
0
0

You could target elements on that page only using the class 'page-id-6887' which is unique to your blog page.
For example:
body.page-id-6887 #page-nav {
display: none;
}

Would you get rid of the top menu on your blog page only.


Viewing all articles
Browse latest Browse all 13572