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.

Font size

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

How can I increase the font size of the footer menu please?
  • Michael Fitzpatrick's Avatar
  • Michael Fitzpatrick
  • 12 Month basic
  • 226 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

If you wanted to affect only the footer you would need to use custom.css to do this

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Yes Paul, I appreciate that but, it's what I put in there that I don't know.
I already have a custom file that you gave me a clue to. It contains:

p {
color: #000000;
font-size: 14px;
font-weight: 300;
line-height: 1.3em;
margin: 10px 0;
}

hr {
border-bottom: 1px solid #00097e;
}

What I do not know is what should be called ie. the two already there are p and hr, so do I just call it footer menu?
  • Michael Fitzpatrick's Avatar
  • Michael Fitzpatrick
  • 12 Month basic
  • 226 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Do you have a link for the site?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
yes,

www.drgrahamshomes.co.uk/

Thanks
  • Michael Fitzpatrick's Avatar
  • Michael Fitzpatrick
  • 12 Month basic
  • 226 posts
  • Karma: 0
The administrator has disabled public write access.
For this one its quite broad

This is the current code

#footerwrap {font-size: 90%;}

which means its 90% of the template font size e.g. 10% smaller

so you would increase that to 100% to be the same size

#footerwrap {font-size: 100%;} for example or 110% etc

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I know I'm thick! so this is exactly what I need to put into my custom.css to bring up to 100%?

#footerwrap {font-size: 100%;}
  • Michael Fitzpatrick's Avatar
  • Michael Fitzpatrick
  • 12 Month basic
  • 226 posts
  • Karma: 0
The administrator has disabled public write access.
yes that should do the trick

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: Michael Fitzpatrick
Cheers mate, it did!
  • Michael Fitzpatrick's Avatar
  • Michael Fitzpatrick
  • 12 Month basic
  • 226 posts
  • Karma: 0
The administrator has disabled public write access.
No problem

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

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

Happy Campers