Shape 5

Joomla Templates => Business Line - Club => : rgaller March 09, 2016, 03:16:49 PM



: bottom color
: rgaller March 09, 2016, 03:16:49 PM
Hi again,

how do I change the color of the bottom (currently black)?

Thanks,
Roland


: Re: bottom color
: mikek March 10, 2016, 08:35:06 AM
Hello,

That's controlled in template.css under the following:


#s5_bottom_row3_area1 {
    background: #171717 none repeat scroll 0 0;
    margin-bottom: 0;
}

I would suggest using Firebug, it will allow you to visually identify this css for future modifications.