PDA

View Full Version : category style


karmica
26 Mar 07, 20:30
I need to know how I can change the font size to my category titles.
I have no idea what file or where to edit.

TIA!

CyberAlien
26 Mar 07, 20:36
1. What style are you using?
2. What category titles are you talking about?

karmica
26 Mar 07, 20:44
thanks for the quick reply!!!

here's one category title:

<a href="index.php?c=1" class="cattitle">Welcome to the forum!</a>

this is the forum category. I was just referring to css. Just dont know where or which tpl to edit this "cattitle"

CyberAlien
26 Mar 07, 20:48
Read this: http://www.easytutorials.org/phpbb_styles_css_editable.html
Then you can edit it in subSilver.css

karmica
26 Mar 07, 20:50
I have..
/* Forum category titles */
.cattitle { font-weight: bold; font-size: 13px ; letter-spacing: 1px; color : #006699}
a.cattitle { text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }

but it didnt' change anything. I have cleared cookies and looked at it on 2 browsers and the title was still not bolded and not 13px

CyberAlien
26 Mar 07, 20:52
That's because you didn't edit overall_header.tpl. Read tutorial again.

karmica
26 Mar 07, 21:01
sorry, i didn't realize, it's now perfect.
thanks! =)