This question applies to internal article pages using the "Revision2" style of Buildr
How can I apply the textured background in the footer and bottom row modules to the entire page background so that it appears along the side of the main content.
Right now I am using this Custom CSS to add a beige color to the page background.
html > body {
background: #c9c5bc !important;
}
I would like t to tile the image here using some CSS code something like this to tile the textured image vertically and horizontally. The code I tried didn't work. background-image: url(../images/site/bedge_grunge.jpg)
Thank you
Sharon