Forever theme, remove borders
-
I am trying to remove the borders on the theme Forever. By searching I found to add in this code
#page {
border: 0;
}but it is not working.
Any suggestions would be appreciated.
The blog I need help with is: (visible only to logged in users)
-
Hi, give this a try. It removes the rounded dark border around the white content area.
#page { border: none; }Border: 0; can sometimes be a little finicky in these instances.
- The topic ‘Forever theme, remove borders’ is closed to new replies.