Blog Header

Hi there, 


How do we change the header picture on Blog Pages? We have successfully changed the featured image on all other pages but on Blog Posts it does not change. Even if we can just change the header for ALL BLOG POSTS. 

Thanks in Advanced.

Comments

  • edited October 2014
    For single post pages, you must use css as below because "Featured image" option is reserved for post image:
    body.postid-xxx:not(.template-slider) #Header_wrapper { background-image: url("PATH-TO-IMAGE") !important; }
    where xxx is post ID.

    But we`ll think about this option as addon while future updates. Thanks for suggestion!
  • That would be handy to have the function inbuilt thankyou.

    How do we change the Header Image for all blog "posts" not just individual.

    Thanks,
    Ethan
  • body.single-post:not(.template-slider) #Header_wrapper { background-image: url("PATH-TO-IMAGE")
Sign In or Register to comment.