Remove Page Header, Leave Post Header
-
Hi eminozlem, thanks for making this theme.
2 issues:
First, I’d like to remove the header (including Title and bar that looks like a <hr> or css “border-bottom”) from all pages, but leave the header for posts. I’ve isolated this part of the php from content-single.php, and can “comment it out,” but that removes the title from both posts and pages.<!--<header><div class="page-header"><h1 class="single-title" itemprop="headline"><?php the_title(); ?></h1></div></header>-->
How could I modify it to show the <header> only if on a post?
Second, I can’t find in the CSS how to reduce the amount of space below the navbar but above where the body / content begins. I can’t find the margin or margin-top in the css. any help would be appreciated.
I really like how you’ve made this easy to use. I gave you (and the theme) 5 stars! Keep up the good work!
- The topic ‘Remove Page Header, Leave Post Header’ is closed to new replies.