Hi
I have a blog setup, with the masonry view, it has a header image as do all the pages on my site.
Problem is when i click on a blog post it opens a new page that has no header image, how do i go about putting one in, so every time i put a new post on the blog, when you click on it it opens a page with the header image in place
Cheers
Mike
Hi nsr500rossi!
Are you talking about the color section with transparent header? There isn’t an easy way to go about that unfortunately.
You would have to edit the single.php file and add a do_shortcode function for the color section but I’m not sure if it will work correctly as I have not tested it.
It would also take quite a bit of CSS work so it would have to be considered custom work.
Best regards,
Elliott
Hi
I guess so , the section at the top where i have put images on each page and has the logo over it, just wanted to make the blog look the same as the rest of the site and not just be white.
Also .. the logo does not fit in on these pages, you will see what i mean if you click on the blog post
Cheers
Mike
Hi!
That’s from some custom CSS your using to push the logo down.
strong.logo {
top: 30px;
}
Switch your code to this to target only pages.
.page strong.logo {
Cheers!
Elliott
Hi thanks
That has worked although now the logo is too far right and too high on all pages!
Cheers
Mike
Ok so i changed it to .page strong.logo {top: 30px;
}
Back to how it should be on all pages but the blog page is slightly to high (logo bit close to the top)
Mike
Hi!
please adjust the code by yourself. Just change “30” to any other value, which fits your needs. For me your /Blog page looks just fine. Otherwise please send us a mockup of what you want to achieve.
Best regards,
Andy