Thanks Andrew.
I am seeing the following –
<body class="single single-post postid-86 ...">
could you specify how I apply my style to one of these classes, say the ‘single-post’ class?
looking at my css code, would the correct syntax be something like-
single-post.entry-footer {
display: none !important;
}
single-post.entry-title{
text-align: center;
}