Page 1 of 1

css for all background except one

Posted: Thu Nov 19, 2015 2:58 am
by Asmaa AlHammadi

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 ?


css for all background except one

Posted: Thu Nov 19, 2015 8:04 am
by Serhii Kulibaba

Hello Asmma,

You have to redefine this CSS for one page by adding CSS selector with it's name