Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Insert a dark footer like the Grid 3 demo site

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

What's the right way to do it?

What modules do I use? the "bottom" i gather? As the module below is an auto.

How do I colour the footer backbround. I'm guessing edit custom.css, but I've no idea what the css would need to be.

<<edit>> Sorry, just checked and grid 3 doesn't have that. I've seen it on other jb templates though. I'd still like to get one in there.
  • ntp's Avatar
  • ntp
  • 3 Month Basic
  • 65 posts
  • Karma: 0
Last Edit: 10 years 11 months ago by ntp. Reason: 'cos I'm daft
The administrator has disabled public write access.
Hi,

In the custom.css you would need to add something like this:

Background and text colour
#bottomrow {background:#000; color:#fff}

Link Colour
#bottomrow a {color:#eee}

Hope that helps.

Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Anthony Olsen wrote:
Hi,

In the custom.css you would need to add something like this:

Background and text colour
#bottomrow {background:#000; color:#fff}

Link Colour
#bottomrow a {color:#eee}

Hope that helps.

Anthony

I'm sorry. I'm not doing too well. I've been messing about with this but it looks terrible. I added the footer too as I want this to go to the bottom of the browser window.

www.bcmsteeplejacks.co.uk/joomla/

I created 2 modules on the bottom row and I put the following into custom.css.

#bottomrow {background:#000; color:#fff}
#bottomrow a {color:#eee}
#footerwrap {background:#000; color:#fff}
#footerwrap {color:#eee}
#span8 copyright {
border-style:solid;
border-width:1px;
border-color:#000000;
}

I also tried putting a border around #wrapper, but it bordered all the lines and went right to the top of the page. I was hoping it would just border the content areas.
  • ntp's Avatar
  • ntp
  • 3 Month Basic
  • 65 posts
  • Karma: 0
Last Edit: 10 years 11 months ago by ntp.
The administrator has disabled public write access.
Hi

please, try to be as much specific as possible because stating looks terrible is not expressing what is wrong according to you.

If I may guess, you want to have footer having full width. Is that right?
If yes, than you need to edit also php files located inside template folder/tpls
here take all php files, open them and you need to move footer call outside from wrapper div.

DO NOT FORGET TO BACKUP :)
  • Zuzuzu's Avatar
  • Zuzuzu
  • LIfetime Developer - Big Bamboo
  • 1925 posts
  • 107 Thanks
  • Karma: 67
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers