deleting line-borders around blog and header
-
Hello,
I am wondering how I would be able to delete the lined-border around 1) the body of the blog and 2) the header image.
Thank you so much!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can use this:
/* This is for the body of the blog */ #page { border-width: 0; } /* The header image */ #masthead img { border-width: 0; } -
-
-
- The topic ‘deleting line-borders around blog and header’ is closed to new replies.