I really like all your themes, but is there a way to stop the background picture to not tile on any of your theme 15- cloud?
Hello, (you didn’t specify which bg pic?)
Ctrl+f to search for background-image: url in the theme html
See what comes after; if it’s content background, main background, or sidebar background, and identify which background you’d like to not tile
Below that line, add: background-repeat:no-repeat;
If you want it to take up the whole screen, also add background-size:cover;









