2016-10-13, 19:11:50
Searched the forums and didn't see this anywhere and I'm at my wits end.
I'm using the Innovation theme without modification other than a few plug-ins. It seems I can't change the background image for this theme. I tried changing the CSS to the URL of the image (even with it in different locations), cleared cache and the background image simply will not show up. Only the default color is shown.
Here's the things I tried in CSS and yes, the image is located in several different areas and still no joy.
body {
background: #EFEFEF;* /*EVEN AFTER COMMENTING OUT THIS ORIGINAL, THE BACKGROUND COLOR STILL SHOWS UP EVEN WITH CLEARED CACHE!!!!/
/*background: url(http://mywebpage.org/data/uploads/bak2.jpg) #EFEFEF; DOES NOT WORK*/
/*background-image: url("http://mywebpage.org/data/uploads/bak2.jpg"); DOES NOT WORK*/
/*background-image: url(./images/bak2.jpg); DOES NOT WORK*/
/*background-image: url(../images/bak2.jpg); DOES NOT WORK*/
/*background-image: url("bak2.jpg"); DOES NOT WORK, GRRRRR*/
/*background-image: url("http://mywebpage.org/theme/Innovation/images/bak2.jpg"); DOES NOT WORK EITHER WTF I GIVE UP*/
}
What's the secret to changing the background image in Innovation theme? Thank you, in advance.
I'm using the Innovation theme without modification other than a few plug-ins. It seems I can't change the background image for this theme. I tried changing the CSS to the URL of the image (even with it in different locations), cleared cache and the background image simply will not show up. Only the default color is shown.
Here's the things I tried in CSS and yes, the image is located in several different areas and still no joy.
body {
background: #EFEFEF;* /*EVEN AFTER COMMENTING OUT THIS ORIGINAL, THE BACKGROUND COLOR STILL SHOWS UP EVEN WITH CLEARED CACHE!!!!/
/*background: url(http://mywebpage.org/data/uploads/bak2.jpg) #EFEFEF; DOES NOT WORK*/
/*background-image: url("http://mywebpage.org/data/uploads/bak2.jpg"); DOES NOT WORK*/
/*background-image: url(./images/bak2.jpg); DOES NOT WORK*/
/*background-image: url(../images/bak2.jpg); DOES NOT WORK*/
/*background-image: url("bak2.jpg"); DOES NOT WORK, GRRRRR*/
/*background-image: url("http://mywebpage.org/theme/Innovation/images/bak2.jpg"); DOES NOT WORK EITHER WTF I GIVE UP*/
}
What's the secret to changing the background image in Innovation theme? Thank you, in advance.