Hi,
I added a background image under the Themes Tab for background images however i would like it to show the full background instead of it being parrallax moving up as you scroll as shown here https://fetchcoins.com/fetchcoins-mainpage-beta-testing
(the section with the model holding the pendant. ) i want that background with the dog peeking out to stay still. how can i do this?
Hi,
Use this CSS code to disable the parrallax on the header image:
.header-image {
background-attachment: inherit;
}
put the code into customize > additional CSS
Regards,
Awan
Worked like a charm. Thank you so much!