End of Support for Joomla 3 - Forum closed
Background Image
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Add this code to the custom.css:
body {
background: none;
}
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
Hello Joomlaplates,
It still doesn't work.. my custom.css:
/* 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;
}
body {
background: none;
}
It still doesn't work.. my custom.css:
/* 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;
}
body {
background: none;
}
by Jacobs
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
I cant see any issue right now, the background image is showing right, did you fixed it.
If yes, please solve this thread.
If yes, please solve this thread.
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
Moderators: joomlaplates