Removing border on header (chateau)
-
Hi,
Trying to learn basic css and remove the border on my header image. I’ve tried changing the border to none but its not working so not sure if that’s the right thing to do. I think this is the code it correlates to.
#main-image {
border-top: 1px dotted #ddd;
clear: both;
max-width: 960px;
padding: 20px 0;Thank you for your help!
The blog I need help with is: (visible only to logged in users)
-
-
Actually if it is this site, http://carlabradman.wordpress.com/ , then the following will get of the border.
#main-image img { border: medium none; } -
-
- The topic ‘Removing border on header (chateau)’ is closed to new replies.