I have a subheader image set for each page. I need to change the position of the subheader to "Center Bottom No-Repeat", and also size to "Auto". I have that setting already set up in betheme options for my site wide subheader image. I just need custom css for the individual pages.
Comments
body:not(.template-slider) #Header_wrapper {background-position: center top !important;
}