Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi,
I’m having a problem with the single post page. I’m trying to display a picture as Page header background, but I can’t make it happen.
Can you take a look at it?
Thank you
Hello,
Sorry for the inconvenience but page header is not possible in single posts. You can add it via css. Add these lines into your custom css box:
.single-post .header_page, .header_page {
background-color: #222222;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: left top;
background-image: url('https://104.131.255.213/specular/default/wp-content/uploads/2014/07/city.jpg');
}
Change the image link to your need.
Best regards!
You must be logged in to reply to this topic.