But unfortunately this does not do anything at all. I tried all sorts of changes to the code but I just can’t get it to work. It is supposed to be a repeated texture background, but I couldn’t even do a simple solid colour change with CSS.
well, yes, you have to get the right div container that is setting the backgroundcolor… its not body! Check the devtools and look into the css value fo find the right div.
Hey David, thank you so much for your help. Unfortunately this does not do anything to my page at all. Could the problem be a totally different thing or do you have other ideas?
Actually now I do encounter new problems. Feel free to ignore my question if you do not want to bother with this anymore. You already helped me a lot!
Using the code below, the problem is that the background-pattern is fixed while scrolling. I already tried using “background-attachment: scroll;” but it does not solve the problem. Do you (or anybody else) has an idea, how to fix that?