Hey,
Apologies if I am missing an obvious option in the backend here, but I am wondering how would go about placing a background image/texture behind the entire header?.
What I am trying to replicate is something like this:
http://tyronegaa.ie/
As you can see, that is using the following css:
#header {
background: url(img/tyrone_gaa_header_03.jpg) center center repeat-x #ee3224;
color: #FFF;
}
That image then extends the entire width of the browser window.
How would I achieve that in Cardinal?
Thanks.