Remove background lines?
-
There are diagonal white lines in the background color, how do I remove them?
The blog I need help with is: (visible only to logged in users)
-
Hi, that is a background image set in body. Add the following to get rid of the diagonal lines.
body { background-image: none; } -
-
- The topic ‘Remove background lines?’ is closed to new replies.