Hello,
I want to change the background color from white to grey - but just the background, not the body of the template which is transparent (this should stay white). How can I do this?
Thanks a lot!
Uli
body { line-height:1.8; min-height:100%; background: #fff; color: #555; }
body { line-height:1.8; min-height:100%; background: #999; color: #555; }
<div id="gkBg">
<div id="gkBody2">
<div id="gkBg">
</div>
</div>
</div>
body { min-height:100%; background: #999; color: #555;}
#gkBody2 { margin:0 auto 20px; overflow:hidden; background:#FFF; width: 1002px; }
/* Basic elements */
body { min-height:100%; background: #999; color: #555;}
#gkBody2 { margin:0 auto 20px; overflow:hidden; background:#FFF; width: 1002px; }
kevinrstruck wrote:I have used the same code as you suggested, but instead of a color change, I am using an image in the background. The image shows up, but it is still "bleeding" through the navigation, logo and main body.
Do I have to use different code for an image?
thanks again
#gkBody2 { margin:0 auto 20px; overflow:hidden; background:#FFF; width: 1002px; }
ulschm wrote:One more question:
I want to change the color of the menu. In the template there are only blue, green, orange, Red, but I would like the menu in gray, when it pops up. I can not find the setting for it. Can you help? (Look at my picture)
Thank you!
UliBildschirmfoto 2011-11-15 um 19.16.55.png
kevinrstruck wrote:this is what I have in the template.css file Do I have it in the wrong css file?
/* Basic elements */
body { min-height:100%; background:url("../images/moontagtrans.png") no-repeat right top !important; };
#gkBody2 { margin:0 auto 20px; overflow:hidden; background:#FFF; width: 1002px; }