Chnage the background in the css file

Winter sport ecommerce template for Joomla with VirtueMart support
GK User
Mon Feb 17, 2014 11:30 am
When i change background, instantly i am getting grid network on top of it.

Tried to change both in files and css, same result.

Image
User avatar
Fresh Boarder

GK User
Mon Feb 17, 2014 11:39 am
Hi,
i am getting grid network on top of it.

Sorry I don't understand ?
You are using to small image ? or what ? Maybe use color instead.

1) Check those guides:
https://www.gavick.com/documentation/jo ... und-image/
https://www.gavick.com/documentation/jo ... ackground/
2) Add URL here
User avatar
Platinum Boarder

GK User
Mon Feb 17, 2014 11:44 am
In this template to change whole background you have to override two elements
Code: Select all
body { background: #Color url("...................."); }
#gkBg {
    background-image:  url("..........................");
    background-repeat: no-repeat;
}


Use firebug to check details.
User avatar
Platinum Boarder

GK User
Mon Feb 17, 2014 12:22 pm
Well, i was using the same image from the template folder,
same size, just pasted my elements in it, and when i replace only that file,
i am getting this grid network.
User avatar
Fresh Boarder

GK User
Mon Feb 17, 2014 1:07 pm
Just to add, i was using Style 2 with bg_splash.jpg
i changed only that file, when i got this grid.
User avatar
Fresh Boarder

GK User
Tue Feb 18, 2014 12:42 pm
As I told you before whole background in composed by two images:
one is from body and second one from #gkBg.
So your grid is from:
Code: Select all
#gkBg {
    background-image: url("../images/style2/bg_main.png");
    background-repeat: repeat;
}


check it out, replace or override or delete image.

Custom CSS guide: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder


cron