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] Just left and right borders on header image? (http://forum.bytesforall.com/showthread.php?t=20871)

moomum Sep 5, 2013 02:34 AM

[SOLVED] Just left and right borders on header image?
 
I'm working on www.exeterbabyactivities.co.uk and I'd like the blue line I have left and right to continue up onto the header image. I can do this in photoshop but that seems a bit clumsy, is there a way to just add left and right borders to the header image?

I'm sure you are going to say add to the css but although I know the syntax for the width of the border and colour I want, I don't know how to tell it to apply it just to the header image.

Any ideas appreciated!

moomum Sep 5, 2013 04:04 AM

found it!
/* ================================================ */
/* put border on left and right of header image */
/* ================================================ */
.header-image-container {
border-left: solid 2px #9fd2cd;
border-right: solid 2px #9fd2cd;
}


All times are GMT -6. The time now is 05:29 PM.

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