Shape 5

Joomla Templates => Incline - Club => : chriddo December 29, 2014, 09:43:33 AM



: Possible to change the background color in the bottom "copyright" area?
: chriddo December 29, 2014, 09:43:33 AM
I would like to know if it is possible to change the background color or add background image (with parallax) in the "copyright" area?


: Re: Possible to change the background color in the bottom "copyright" area?
: mikenicoll December 29, 2014, 04:38:00 PM
Hello,

You can edit the background color or swap it out with a background image at the coding below:

:
Template.CSS - Line 563

#s5_footer_area1 {
    background: none repeat scroll 0 0 #f4f3f3;
}


: Re: Possible to change the background color in the bottom "copyright" area?
: chriddo December 30, 2014, 02:35:29 AM
Thanks, this works fine.

Is there a way to change the height of the area?

As it is now it seems to be way over 100px in height.

Hope to hear from you soon again


: Re: Possible to change the background color in the bottom "copyright" area?
: mikenicoll December 31, 2014, 10:21:00 PM
Hello,

You can adjust the padding here:

:
Template.CSS - Line 556

#s5_footer_area_inner {
    font-size: 0.9em;
    padding-bottom: 200px;
    padding-top: 70px;
    text-align: center;
}


: Re: Possible to change the background color in the bottom "copyright" area?
: chriddo January 02, 2015, 03:52:31 AM
Thanks Mike for good support! :)


: Re: Possible to change the background color in the bottom "copyright" area?
: mikenicoll January 02, 2015, 06:12:57 PM
NP :)