Footer PDF Print E-mail

Footer

Footer background

By default the footer area has white background, but you are free to change it.

  1. Open template CSS file template.css.
  2. Find CSS selector #jsn-footer and add CSS attribute background-color: #XXXXXX, where XXXXXX is the hex code of the color you want.
  3. Also here, if you want to add some background image to footer area you can do so by adding CSS attribute background-image with url to your footer background image.
  4. Save the CSS file and upload it to your server overwriting the old file.

Footer height

The height of the footer is controlled by the content it contains. That means if you want to make footer taller you need to add more content into it. However, you can set fixed footer height by setting attribute height in CSS selector #jsn-footer.

Last Updated on Wednesday, 14 July 2010 09:38