- This topic has 4 replies, 2 voices, and was last updated 1 year, 9 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.


Home › Forums › Free Themes › WEN Travel Photography › Static header image.
Is there any way to change the rolling header image in to a static image of a specific size?
Thanks
jeffgritchen.com
Do you mean a random header image? If that is the case you may have set multiple images to header media option in customizer
No, I mean the header image on the top of the page that seems to stay, and as you scroll up the header image moves behind the content.
If you go to buy site, it the very top image.
jeffgritchen.com
thanks
Got your point, you can add this CSS to disable fixed background attachment
@media only screen and (min-width: 48em){
.custom-header .wrapper:before {
background-attachment: initial !important;
}
}
Thanks!
I’ll try it
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



