End of Support for Joomla 3 - Forum closed
[SOLVED] Custom Background
I'm having issues with setting a custom background. (I was suggested on the American Motorcycle to try this template but add a custom background).
I can't find the element that controls the background so inserting my own css into custom.css does nothing.
Using firebug points me to line 362 in theme.css, but adding in code for the background attributes there does nothing...
I can't find the element that controls the background so inserting my own css into custom.css does nothing.
Using firebug points me to line 362 in theme.css, but adding in code for the background attributes there does nothing...
by VishalL
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there,
1.) Upload the attached image to the folder >> Joomla / images
2.) Create a custom.css in folder: >> joomla/templates/superbike/css/custom.css
3.) Add this code below to your css/custom.css
Background image:
demo.joomlaplates.com/jp_american_motorc...e/images/body_bg.jpg
1.) Upload the attached image to the folder >> Joomla / images
2.) Create a custom.css in folder: >> joomla/templates/superbike/css/custom.css
3.) Add this code below to your css/custom.css
body {
background:#191919 url(../../../images/body_bg.jpg) repeat-x top fixed !important;
}
Background image:
demo.joomlaplates.com/jp_american_motorc...e/images/body_bg.jpg
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: VishalL
Please Log in or Create an account to join the conversation.
joomlaplates wrote: Hi there,
1.) Upload the attached image to the folder >> Joomla / images
2.) Create a custom.css in folder: >> joomla/templates/superbike/css/custom.css
3.) Add this code below to your css/custom.cssbody {
background:#191919 url(../../../images/body_bg.jpg) repeat-x top fixed !important;
}
Background image:
demo.joomlaplates.com/jp_american_motorc...e/images/body_bg.jpg
Thanks. This exactly what I had done but didn't put the !important. But I found my problem. Seeing your "../../../" made me realise I missed a directory when pointing to my image. THANKS!
by VishalL
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates