1. Überschrift Kategorie
2. Überschrift Forum
3. Linie der Beiträge
im Admin-Panel hab ich schon rumprobiert, es ändern sich jedoch immer mehrere Farben. Da ich Euer Board bereits durchsucht habe, hab ich mir die overall_header.php bereits vorgenommen. Da ich aber mit HTML nur wenig am Hut habe und das Board nicht nocheinmal schrotten

Ich denke ich muss nachfolgenden Code verändern, weiss jedoch nicht welcher code-teil die Farben nennt. Möchte natürlich die Hexa richtig einfügen.
Bin für jede Hilfe dankbar
Code: Alles auswählen
/* Forum category titles */
.cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
a.cattitle { text-decoration: none; color : {T_BODY_LINK}; }
a.cattitle:hover{ text-decoration: underline; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
a.forumlink { text-decoration: none; color : {T_BODY_LINK}; }
a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }