borders in the forever theme
-
I want to remover the background and the border that goes around the main body of my site using css. I am using the forever theme! Can anyone help?
http://www.teainyourtwenties.wordpress.com
The blog I need help with is: (visible only to logged in users)
-
P.S. I’m not sure if that will address your issue re: the border or not. Have you tried removing the background image at > Appearance > Background?
-
Hi there,
This removes the border around the main body area:
#page { border-width: 0; }Additionally, this removes the background, but doing so makes your page a bit harder to read (so I wouldn’t recommend it):
#page { background: transparent; }
- The topic ‘borders in the forever theme’ is closed to new replies.