how can i change background

GK User
Wed Aug 07, 2013 8:59 pm
hi , i would like to change the background outside of the main body and change the black color of the back ground whhere the logo is, for an image.

wich file and line i can do it ?

thanks in advance
gerardo
User avatar
Fresh Boarder

GK User
Wed Aug 07, 2013 9:18 pm
Please edit: /templates/gk_boutique/css/override.css and add at its end:
Code: Select all
body {
background: #EEE;
}
#gkPageTop.dark {
background: transparent url(../images/headerbg.png) 0 0 no-repeat;
}


First declaration sets background color of entire page (change it to your liking), second sets background under header section to transparent and load headerbg.png file as background.
place your headerbg.png in /templates/gk_boutique/images/ folder.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Aug 13, 2013 10:51 pm
thanks , the second line works nice, but to change the color of the bg of the main body didnt , what it could be ?

cheers
User avatar
Fresh Boarder

GK User
Wed Aug 14, 2013 10:28 am
Could You please post an url to your site?
User avatar
Moderator

GK User
Sat Sep 07, 2013 8:08 am
Code: Select all
#gkPage {background: #f00;}

Try this code.
User avatar
Moderator


cron