Background Issue

Latest Reply from zeeshan khan at 2014-11-25 11:52:23 Solution
I have changed the background on my theme to the following in style.css
html {
background:url(http://www.desinext.com/wp-content/uploads/2014/11/stadium1.jpg);
}

The background works fine on the computer but on mobile i lose the white background on the posts and i cannot read the posts dude to text being on top of the background i added.

Please help! www.desinext.com

Zee
update!

added the following on line 148 in style.css and its now working

#content .container{
background: url("images/content/main-r.png") repeat-y scroll center top transparent;
}

Leave a reply

Add codeAdd image