0
Welcome Guest!
Login
0
items
Join Now
Login
Join Now
Search
Home
Grav
Themes
Joomla!
Templates
Extensions
WordPress
Themes
Plugins
Docs
Forum
Perks
You are here:
Free Stuff
Free Joomla Stuff
Topic
Afterburner2 - background image
Last Post
Search Topic
AndyBo
Hero Rocketeer
Posts:
309
Thanks:
2
Afterburner2 - background image
Posted 12 years 17 hours ago
Thanks for giving the world Afterburner2..... :cheesy:
Can I tweak the code somewhere to put a background img (just a standard jpg or gif I want to repeat for the background) for the header and footer ares of the template?
Thanks!
#964877
rowanwins
Jr. Rocketeer
Posts:
24
Thanks:
0
Re: Afterburner2 - background image
Posted 11 years 11 months ago
The gantry site is a good place to start understanding how to customise the site. See this page here
www.gantry-framework.org/documentation/j...custom_stylesheet.md
Basically you'll need to create a new css file and place your code in there, something like this should give you a full size bg
html {
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Hopefully that gets you on your way
#965571
Time to create page: 0.051 seconds
Powered by
Kunena Forum