I need to change the blue box to a different shade of blue. I have changed the jpeg to the desired color and have changed the image name in the following lines in style3.css from the original:
#gk-header-block { color:#78A9E3; background:url('../images/style3/header_blue_bg.jpg') no-repeat 0 0; }
.moduletable.color { background:transparent url('../images/style3/header_blue_bg.jpg') no-repeat 0 0; border:1px solid #115bb2; }
.gk_is_wrapper-style1 { background:transparent url('../images/style3/header_blue_bg.jpg') no-repeat 0 0; }
.gk_is_wrapper-style1 .gk_is_preloader { background:#57a8f0 url('../images/style3/header_blue_bg.jpg') no-repeat 0 0; }
TO my updated image:
#gk-header-block { color:#8bb7e7; background:url('../images/style3/header_blue_bg_carolina.jpg') no-repeat 0 0; }
.moduletable.color { background:transparent url('../images/style3/header_blue_bg_carolina.jpg') no-repeat 0 0; border:1px solid #115bb2; }
.gk_is_wrapper-style1 { background:transparent url('../images/style3/header_blue_bg_carolina.jpg') no-repeat 0 0; }
.gk_is_wrapper-style1 .gk_is_preloader { background:#57a8f0 url('../images/style3/header_blue_bg_carolina.jpg') no-repeat 0 0; }
The updated image has been uploaded to the image file where the original image is located. What am I missing to make the new color work?
The site can be seen here:
www.bmdsla.com
Thanks.