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;
}
Please Log in or Create an account to join the conversation.