Replace background color with background image

GK User
Sat Aug 06, 2011 5:43 pm
Is it possible to replace current bg color to background image and yet menu stays in white?
User avatar
Fresh Boarder

Konrad M
Mon Aug 08, 2011 3:40 am
Hi
Try upload your image to images folder in template folder. Then try add to override.css
Code: Select all
body {
background:url(../images/your_picture) top left no-repeat;
}
#gk-top {
background:#fff;
}

and remember to enable override.css option in template settings
User avatar

GK User
Mon Aug 15, 2011 11:42 am
I changed the background, but I can not change the top background to white. How to change the top position
background to white.
top bg white.jpg
User avatar
Senior Boarder

GK User
Mon Aug 15, 2011 5:17 pm
Hum...

Seek for that position CSS attribute, then add on CSS

Code: Select all
#atribute {background-color: #fff}


If you left here the url I would give you the right attribute.
User avatar
Expert Boarder

GK User
Mon Aug 15, 2011 6:05 pm
Ok. I´m add "background: #fff;" in the template.css file in line65.
Code: Select all
#gk-top { background: #fff; margin-bottom: 20px; min-height:96px; border: 1px solid #e5e5e5; border-top: none; border-radius: 0 0 1px 1px; -moz-border-radius: 0 0 1px 1px; -webkit-border-radius: 0 0 1px 1px; position: relative; }

Nice. Thx :)
User avatar
Senior Boarder

GK User
Mon Aug 15, 2011 6:38 pm
Glad it worked for you.

Feel free to ask for help any time. B)
User avatar
Expert Boarder


cron