End of Support for Joomla 3 - Forum closed
Background Image
- etech
- Topic Author
- Visitor
- Thank you received: 0
Hi,
I am really enjoying using this template. The only problem i am having right now is using image as the background.
Please kindly assist me on this. I need to use image as the main background but i don't know which of the css files i need to edit for this to work.
Thanks
I am really enjoying using this template. The only problem i am having right now is using image as the background.
Please kindly assist me on this. I need to use image as the main background but i don't know which of the css files i need to edit for this to work.
Thanks
by etech
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi,
1.) Upload your background image to the folder > jp-galeria / images / bg.jpg
2.) Open the file > jp-galeria/css/custom.css and add following code:
1.) Upload your background image to the folder > jp-galeria / images / bg.jpg
2.) Open the file > jp-galeria/css/custom.css and add following code:
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;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:9 years 10 months ago
by joomlaplates
Last edit: 9 years 10 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
- Jacobs
- Visitor
- Thank you received: 0
Hello,
I tried this, unfortunately it doesn't work for me. The custom.css looks like this:
/* Copyright (C) YOOtheme GmbH, www.gnu.org/licenses/gpl.html GNU/GPL */
/*
* Custom Style Sheet - Use this file to style your content
*/
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;
}
I tried this, unfortunately it doesn't work for me. The custom.css looks like this:
/* Copyright (C) YOOtheme GmbH, www.gnu.org/licenses/gpl.html GNU/GPL */
/*
* Custom Style Sheet - Use this file to style your content
*/
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;
}
by Jacobs
Please Log in or Create an account to join the conversation.
- Jacobs
- Visitor
- Thank you received: 0
The background image appears half way at the site.
by Jacobs
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hello, I need to analyze the error, live URL please!
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- Jacobs
- Visitor
- Thank you received: 0
You can check it on
www.brandstocks.nl/site/
by Jacobs
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates