• Hello people! I want to know how the change tje background color on iNove theme. The default color is grey and i want to change it to a photoshop background that I’ve created!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter aki9

    (@aki9)

    Anyone?

    Thread Starter aki9

    (@aki9)

    Help me please!

    post your url so we can see the page

    Thread Starter aki9

    (@aki9)

    I’ve changed light.gif but the changes have only been sucessefuly ond half page. My blog

    the lower half background is from ‘body’:

    body {
    	background:#BEC3C6 url(img/bg.jpg) repeat-x;
    	}

    you probably need to change the color code to #A49A99 to match the bottom border of your ‘light.gif’.

    You have some css issues:

    First of all, you’ve made your wrapper div 100% width which is obscuring the body and thus the background. Make it the width of the central div. Or delete it and just use the div container.

    Then you need to apply this css to your body:

    body{
    background:#BEC3C6 url(img/light.gif) repeat-x;
    }

    The body background colour should be the same as the bottom of light.gif.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to change background color on iNove theme?’ is closed to new replies.