how can I 'get back' the "entry-header" in the Showcase Template (child theme)?
-
Hi again,
I’m continuing to develop a child theme for the w/press theme Twenty eleven. All going pretty well, but I’m completely stuck with how to reinstate the “header class=entry-header” in the Showcase Template.
I can see that it’s been disallowed in the Showcase template when I inspect with Firebug, but I just don’t seem to be able to reinstate it. I’ve tried a few differrent ways, for eg:
.entry-header { display: block; visibility: visible !important }
both with and without .singular : also…
.page-template-showcase-php #content, .left-sidebar.page-template-showcase-php #content .entry-header { display: block; visibility: visible !important }
and…
.page-template-showcase-php #primary, .left-sidebar.page-template-showcase-php #primary .entry-header { display: block; visibility: visible !important }
but nothing seems to bring it back!
The problem is I just can’t find where it’s been removed in the Showcase template code, so I can’t sort of reverse it.
Also I’m familiar with how to stop something from displaying, but not how to magically make it reappear!!
Any coding help would be much appreciated.
Thanks.
PS: I can’t put a link to the site as I’m developing it locally.
- The topic ‘how can I 'get back' the "entry-header" in the Showcase Template (child theme)?’ is closed to new replies.