Replacing the background image with a Google map
Create awesome game website with Game Magazine Joomla template
- GK User
- Fri Aug 07, 2015 12:13 am
I'm wondering if it would be possible to replace the background image with a full screen Google map?
Ultimately, I'd like to know where in the template files I can find the code for the background so I can replace it with a Google map code. On the homepage, I want a full map, and on subpages, I want the map to be in the background.
Thanks,
David
Ultimately, I'd like to know where in the template files I can find the code for the background so I can replace it with a Google map code. On the homepage, I want a full map, and on subpages, I want the map to be in the background.
Thanks,
David
-
- Expert Boarder
- GK User
- Fri Aug 07, 2015 6:16 am
It is possible but it is beyond our technical support. Any frontend developer might do this custom (payed) job for you.
-
- Moderator
- GK User
- Fri Aug 07, 2015 6:29 am
Thanks - can you tell me which file the code is in? I can take it from there.
Best,
David
Best,
David
-
- Expert Boarder
- GK User
- Mon Aug 10, 2015 7:10 am
The background is css based not html based.
It is defined in:
templates/gk_game_magazine/css/template.css
with this code:
It is defined in:
templates/gk_game_magazine/css/template.css
with this code:
- Code: Select all
body {
line-height: 1.8;
min-height: 100%;
color: #666;
background: #f5f5f5 url('../images/bg.jpg') no-repeat center top;
}
-
- Moderator
4 posts
• Page 1 of 1