News:

Wondering if this will always be free?  See why free is better.

Main Menu

How to increase clock font size?

Started by Cobra97, January 28, 2011, 12:49:49 PM

Previous topic - Next topic

Cobra97

Hi all,

This is what I'm guessing should be a very easy question.....  Where would I go to edit the size of the clock in the header, I want to increase the size.

Thanks in advance.

Illori

what theme are you using? if other then default you are best to ask the author of that theme.

Cobra97

Quote from: Illori on January 28, 2011, 12:52:08 PM
what theme are you using? if other then default you are best to ask the author of that theme.

Just the default for SMF 2.0 RC3

Illori

i dont know off hand what would need to be edited, you could post in the graphics/templates board for further help.

Kays

Hi, in index.template.php look for the following:


echo '
<li>', $context['current_time'], '</li>


And change it to:


echo '
<li style="font-size: 110%;">', $context['current_time'], '</li>


Adjust the 110% to get it to the size you wish.

If at first you don't succeed, use a bigger hammer. If that fails, read the manual.
My Mods

Cobra97

Quote from: Kays on January 28, 2011, 01:39:23 PM
Hi, in index.template.php look for the following:


echo '
<li>', $context['current_time'], '</li>


And change it to:


echo '
<li style="font-size: 110%;">', $context['current_time'], '</li>


Adjust the 110% to get it to the size you wish.
Thank You...saved me some work  :)

Matthew K.


Kays


If at first you don't succeed, use a bigger hammer. If that fails, read the manual.
My Mods

Advertisement: