Shape 5

Joomla Templates => Business Pro - Club => : kdoyle October 13, 2013, 03:57:30 PM



: Background color / image
: kdoyle October 13, 2013, 03:57:30 PM
How do I change the grayish color that surrounds the template to an image?


: Re: Background color / image
: mikenicoll October 13, 2013, 05:11:01 PM
Hello,

You can do that here. Just edit the image path to your own.

Template.CSS - Line 3

body {
    background: url("../images/s5_bg.jpg") repeat scroll 0 0 #A9A9A9;
    color: #717171;
    font-size: 0.8em;
    line-height: 170%;
}

-Mike


: Re: Background color / image
: kdoyle October 13, 2013, 07:19:07 PM
Thanks.  Worked like a charm!


: Re: Background color / image
: mikenicoll October 15, 2013, 04:11:55 PM
NP

-Mike