Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #399103

    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

    #399194

    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

    #399200

    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

    #399756

    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

    #399758

    Hi thanks

    That has worked although now the logo is too far right and too high on all pages!

    Cheers

    Mike

    #399759

    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

    #400223

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.