Hi
I used CSS to add background to all my pages
body .ui-content{
background-image: url("http://i.imgur.com/bPd1sga.png");
background-repeat:no-repeat;
background-size:contain;
background-position:center bottom;
}
I just want to remove this background from one of the pages
how can I ?