The only CSS I modified to add a background image was this:
*ORIGINAL:*
.hero-unit {
padding: 60px;
margin-bottom: 30px;
background-color: #f5f5f5;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
*NEW:*
.hero-unit {
padding: 60px;
margin-bottom: 30px;
background-image: url(../img/pic3.jpg);
background-repeat: no-repeat;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
I made sure the picture I was using was 940px wide so it would fill the div
when the window is at full view. I'll post this weekend. Thanks Ron!
On Friday, March 2, 2012 2:23:05 PM UTC-8, Tyler Dille wrote:
>
> No not yet. Just been playing around with it. Saw the Hero theme and
> thought a big beautiful picture would look good at the top behind text
> instead of just a gray background. I'll be working on it much more this
> weekend and I'll post it.
>
> On Friday, March 2, 2012 2:20:39 PM UTC-8, Ron Rattie wrote:
>>
>> Do you have it online anywhere it can be viewed?
>
>