Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION Innovation Theme Background Image
#3
How frustrating! I am sure we have all been there.
'I doesn't work! Aaargh!' 

Yes, the grey behind everything in the innovation theme is defined at line 2 of the css:
Code:
body {
    background:#EFEFEF;
}

so if changing it makes no difference you are doing something else wrong.
You can add a background image on top of the colour like this:
Code:
body {
    background:#EFEFEF url(images/screenshot.png);
}

This is the css reference I use http://reference.sitepoint.com/css combined with chrome's 'Inspect' function but there are surely other ways.
Reply


Messages In This Thread
RE: Innovation Theme Background Image - by Timbow - 2016-10-13, 20:23:05



Users browsing this thread: 1 Guest(s)