How do I change the Forum index title style please?

Posted by Iconic944ss 
How do I change the Forum index title style please?
September 27, 2009 03:38AM
Hello,

very new to Phorum and very little coding knowledge to go with it so apologies for a poor start.....

I'm quite pleased with myself by managing to add the excellent Furnace template from user Ravenswood (Thank you!!!)

here:

[www.phorum.org]

However, on the forum index, I'm not really happy with the size that the forum titles are formatted in, they are almost lost with the RSS & forum read info.

I've discovered the title can be altered by using html code when creating/managing the title from the admin CP but I run out of room for coding with longer forum titles.

I have tried having a quick look in the template files to try and alter the default but the coding is beyond me at the moment.

I'm only building a non-commercial motorbike fan site but I'd like to have it looking good - comments welcomed; have a peek here:

DUCATI SUPER SPORTS FAN CLUB

Many Thanks - Frank
Re: How do I change the Forum index title style please?
September 27, 2009 04:26AM
In the CSS styling, I see a style for "#phorum table.list td .h3". You could assign a font-size: 18px to that one to make the texts bigger. You can change this in css.tpl

[code=css]
#phorum table.list td .h3 {
margin:0;
font-size:18px;
}
[/code]


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: How do I change the Forum index title style please?
September 28, 2009 05:55AM
EXCELLENT!!!

Thank you Maurice, this is exactly the info I needed & in a simple format for me to understand as well!

Thanks also for taking the time to reply so quickly, I appreciate it.

Regards - Frank
Sorry, only registered users may post in this forum.

Click here to login