1.
Falls die CSS-Datei nicht aktiviert (KB:69) ist, kannst du erwähnte Sachen in der
overall_header.tpl an dieser Stelle anpassen:
Code: Alles auswählen
/* Forum category titles */
.cattitle { font-weight: bold; font-size: {T_FONTSIZE2}px ; color : {T_BODY_LINK}}
a.cattitle { text-decoration: none; color : {T_BODY_LINK}; }
a.cattitle:visited { 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_FONTSIZE2}px; color : {T_BODY_LINK}; }
a.forumlink { text-decoration: none; color : {T_BODY_LINK}; }
a.forumlink:visited { text-decoration: none; color : {T_BODY_LINK}; }
a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
Falls die CSS-Datei aktiviert ist, dann musst du eben gezeigte Stelle in der AdInfinitum.css anpassen.
gruß
edit:
2. Achso, jetzt weiß ich was du mit " dieses aufleuten (Hover) wenn ich über die Kategorie gehe" meinst..
index_body.tpl
suche
Code: Alles auswählen
<td class="row1" width="100%" onmouseover="this.style.backgroundColor='{T_TR_COLOR2}'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'">
einfach
entfernen.