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.
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.