End of Support for Joomla 3 - Forum closed

[SOLVED] Custom Background

Custom Background was created by VishalL

Posted 9 years 8 months ago #14827
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...
by VishalL

Please Log in or Create an account to join the conversation.

Replied by joomlaplates on topic Custom Background

Posted 9 years 8 months ago #14832
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

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
The following user(s) said Thank You: VishalL

Please Log in or Create an account to join the conversation.

Replied by VishalL on topic [SOLVED] Custom Background

Posted 9 years 8 months ago #14866
Problem solved.
by VishalL

Please Log in or Create an account to join the conversation.

Replied by VishalL on topic Custom Background

Posted 9 years 8 months ago #14867

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.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


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
Powered by Kunena Forum