Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] How to get rid of dark gray top and bottom border on header image? (http://forum.bytesforall.com/showthread.php?t=7243)

wilhelmnagel May 22, 2010 01:35 PM

[SOLVED] How to get rid of dark gray top and bottom border on header image?
 
I have been trying in vain for the last 2 hours to get rid of the top and bottom dark gray border surrounding my header image. I just want it gone but I can't find a trace of it to modify. IF anyone can help I would be so grateful. blog.surfingtill70.com

paulae May 22, 2010 02:08 PM

It's in the CSS Inserts:
Code:

div#imagecontainer {
margin: 5px 0;
border: solid 5px #666;
-moz-border-radius:10px;
-khtml-border-radius: 10px;
-webkit-border-radius:10px;
border-radius: 10px;
}

Just take off the border part. That should do it.

Wait...I just had a thought: this may show up only if you're using the ata-round.txt styles, which I imported. However, check and see if something similar is in your configuration.

wilhelmnagel May 22, 2010 04:28 PM

Thanks so much! That worked. :)

paulae May 22, 2010 04:29 PM

You're most welcome. I had to hunt for it too.


All times are GMT -6. The time now is 10:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.