Twenty Eleven Border Around Header Removal?
-
Does anyone know how to remove the thin borders around my header image and between the links of my pages?
The blog I need help with is: (visible only to logged in users)
-
Sure. To remove the top border above the header image in the Twenty Eleven theme, try this:
#branding { border-top: none; }The very thin lines left around the image are actually in the image itself and you could save the image, modify it to get rid of the lighter color border around the edges, re-upload it, and then also make sure to update your custom CSS with the new uploaded image name.
To remove the lines between posts on the home page in your Twenty Eleven site, try this:
.hentry, .no-results { border-bottom: none; } -
-
-
- The topic ‘Twenty Eleven Border Around Header Removal?’ is closed to new replies.