Making h1 the same size as the page header
-
I’ve suppressed the entry header on a specific page with this bit of css:
.page-id-91 .entry-header
{
display: none;
}Now I want the h1 content headers on that page to have the same style as the entry header has on other pages. What change(s) do I need to add to the css above to make that happen?
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Making h1 the same size as the page header’ is closed to new replies.