Home Forums WoodMart support forum Fixed Background and hide additional information Button Reply To: Fixed Background and hide additional information Button

#339896

Luke Nielsen
Keymaster

Hello,

1. In order to stop the picture when scrolling, please try to use the below custom CSS or remove this background-attachment: fixed; line from the custom CSS code that I added above.

.main-page-wrapper {
    background-image: url(http://xn--blumen-stilundblte-16b.de/wp-content/uploads/2021/10/backround-mobile3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

2. The way to the functions.php file I have described above.

https://gyazo.com/859d466890c79efc849604344a11b13a

https://prnt.sc/238dhka

https://prnt.sc/238dput

Kind Regards