you can edit/add the following code in you header.php
<?php // get_template_part('includes/header-title'); ?>
all page title will not displayed.
I added it to my header.php at the very end, it is not working. There wasn’t one to edit.
Not working for me either.
I have the title section, which is huge.
I used this on the home and it worked:
.home .content-area {
margin-top: -130px;
}
How can I use this on individual pages?
Use Front Page as the theme template.
That worked for me – the image is still dark.
Working on that brandimkyle.
Thanks for the update! So you are saying to put this code
.home .content-area {
margin-top: -130px;
}
where? The header.php page?
You know what’s weird. My home page works fine (no title), but all my other pages (no header image) are showing the title. Does that mean anything?
I figured it out. Remove this code from the content-page.php
<header class="entry-header">
<?php the_title( '<h1 class="title-post">', '</h1>' ); ?>
</header><!-- .entry-header -->
ok I feel like a dummy now. Yes, use front page as template, get it now. I used the “no image header” on all the other pages and just added a siteorigin image widget set to full-width. That removes the dark parallax and you can change the image on each page.
here’s my site http://www.digitalmusicworkshop.com
I’ll try it.
When you say you used the ‘no image header’ on all the other pages, you did it once editing the content-page.php, or you had to do it repeatedly?
I did it here: Appearance > Customize > Header Area > Header Type >
Front Page Header Type Radio button checked on Image
Site Page Header Type Radio button checked on No Image.
Hope that helps! Let me know if I can help you any more!!
Sorry to be confusing…did you still remove that code from content-page.php, or just did the header type correction?
Not confusing at all!! No you don’t remove the code. You could, but it’s not the best way to do it. I did it and I had a horrible space I couldn’t remove without coding some more. Then I figured out this way. So you ONLY change the settings in the appearance, no adjusting code. 🙂
You’re very welcome!! So glad I could help!!!