Jump to content

Background.css file


Recommended Posts

Hello there,

 

im using ps 1.6 with the theme managing plugin and tryed to add this code:

@media and screen (min-width : 1800px){
body {
background-image:url('../modules/themeconfigurator/img/bg1200.jpg');
background-repeat:no-repeat;
-moz-background-size:covert;
background-size:fixed;
background-position:center;
background-attachment:fixed;
}
}

It is working if i use it with !important at the end of every line in the .css configuration site of a module called "advanced background changer". If i edit the body in theme5.css or global.css nothing happens. Since i would like to use different backgrounds for different devises i cant use !important for every device.

Link to comment
Share on other sites

×
×
  • Create New...