Asmaa AlHammadi
Posts: 0
Joined: Tue May 12, 2015 12:56 pm

css for all background except one

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 ?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

css for all background except one

Hello Asmma,

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

Return to “Issues”