
I thought of using CSS {display:none:} but am having trouble nailing down the exact css syntax to identify style the specific H1 tag in question...
Code:
div#post-14.post-14 page type-page hentry post div.post-headline h1 {display:none;}
An alternative thought would be to hard code something along the lines of
Code:
if page id = 14 then don't display the post title else do your regular thing
More generally, what is a sensible approach to take should I ever want to style page/post titles differently for specific pages/posts ?