This should probably be pretty easy I'm just very newbish to CSS...
So I have a special image for the homepage canvas only and want all other pages blank, I've been playing around with the CSS of the page and can't seem to get it right.
The code, "#canvas-wrapper { background-image: none; }" hides the background the way I want it to however I can't reverse the "none" value for the homepage so I think I should be using "visibility instead"
I can't figure out how to specifically hide the canvas background image is the issue.
So I figure I should have #canvas-wrapper { visibility: hidden; } with 'background-image' somewhere in there but I don't know where.
After I get that to work I would obviously just specify the collection id for my homepage and set it to visible for that page.
Any help would be much appreciated!