Shape 5

Joomla Templates => Zoka Transports - Club => : sheldesign November 26, 2014, 09:48:40 PM



: background in footer
: sheldesign November 26, 2014, 09:48:40 PM
Hi

I'm trying to put a background in somewhere near the bottom of a site (either behind the footer or somewhere under the scroll to top). As far as I can tell there isn't a background option for this in the Template Settings. So I tried to add it via css but wasn't successful.

Can you suggest the best way to do this?

thanks


: Re: background in footer
: mikenicoll November 27, 2014, 06:00:05 PM
Hello,

You can add something like this to the custom.css file to add a background to the footer DIV

:
#s5_footer_area_inner {
  background: #ff0000 !important;}