Remove ruled lines on Runo Lite theme
-
I’m trying to figure out how to remove the ruled lines on the Runo Lite theme. Any advice would be super appreciated!!
The blog I need help with is: (visible only to logged in users)
-
Hello there,
The following CSS will remove the ruled lines:
#page { background-image: none; }Those lines are actually part of a background image, so disabling it via CSS should do the job.
-
-
- The topic ‘Remove ruled lines on Runo Lite theme’ is closed to new replies.