In pratica vorrei cambiare i colori delle scritte che vedete in questo screen ("Tesseramento ecc..." in giallo e quelle due sotto in verde)

Ovviamente queste scritte sono state inserite nel file "index_body.html", il cui codice è questo:
Codice: Seleziona tutto
<!-- DEFINE $CA_PAGE = 'index' --><!-- INCLUDE overall_header.html -->
</br>
<a class="socio2" href="http://www.lanciayclubitalia.it/forum/viewtopic.php?f=29&t=2974"><div style="text-align: center;">>>> TESSERAMENTO CLUB 2012 <<<</div></a></br>
<a class="socio" href="http://www.lanciayclubitalia.it/forum/viewtopic.php?f=29&t=728"><div style="text-align: center;">ADESIVI, CAPPELLINI, MAGLIETTE, PORTACHIAVI...</div></a>
<div style="text-align: center;"><a class="socio" href="http://www.lanciayclubitalia.it/forum/viewforum.php?f=35">CONVENZIONI PER I SOCI!</a></div><br/>
<br/>
<p class="{S_CONTENT_FLOW_END}<!-- IF S_USER_LOGGED_IN --> rightside<!-- ENDIF -->"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --></p>
<!-- IF U_MCP --><p>{CURRENT_TIME} <br />[ <a href="{U_MCP}">{L_MCP}</a> ]</p><!-- ELSEIF S_USER_LOGGED_IN --><p>{CURRENT_TIME}</p><!-- ENDIF -->
<!-- INCLUDE tag_board.html -->
<table width="100%"><tr><td>
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<table width="100%">
<tr>
<td width="33%"> GLI ULTIMI 10 TOPIC</td>
<td width="33%"> I 10 TOPIC PIU' VISTI</td>
<td width="33%"> I 10 TOPIC PIU' RISPOSTI</td>
</tr>
</table>
</dl/>
</li>
</ul>
<ul class="topiclist forums">
<li class="row">
<div>
<table width="100%">
<tr>
<td width="33%">
<!-- BEGIN topics_last -->
{topics_last.LAST_DATA}<a href="{topics_last.LAST_LINK}" title="{topics_last.LAST_TITOLO}"> <b>{topics_last.LAST_TITOLO}</b></a> (di {topics_last.LAST_AUTHOR})<br>
<!-- END topics_last -->
</td>
<td width="33%">
<!-- BEGIN topics_view -->
{topics_view.VIEW_VIEWS}<a href="{topics_view.VIEW_LINK}" title="{topics_view.VIEW_TITOLO}"> <b>{topics_view.VIEW_TITOLO}</b></a> (di {topics_view.VIEW_AUTHOR})<br>
<!-- END topics_view -->
</td>
<td>
<!-- BEGIN topics_replies -->
{topics_replies.REPLIES_REPLIES}<a href="{topics_replies.REPLIES_LINK}" title="{topics_replies.REPLIES_TITOLO}"> <b>{topics_replies.REPLIES_TITOLO}</b></a> (di {topics_replies.REPLIES_AUTHOR})<br>
<!-- END topics_replies -->
</td>
</tr>
</table>
</div>
</li>
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
</td></tr></table>
<!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) -->
<ul class="linklist">
<!-- IF S_DISPLAY_SEARCH -->
<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><!-- IF S_USER_LOGGED_IN --> • <a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a> • <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> • <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>
<!-- ENDIF -->
<!-- IF not S_IS_BOT and U_MARK_FORUMS --><li class="rightside"><a href="{U_MARK_FORUMS}" accesskey="m">{L_MARK_FORUMS_READ}</a></li><!-- ENDIF -->
</ul>
<!-- ENDIF -->
<!-- INCLUDE forumlist_body.html -->
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
<form method="post" action="{S_LOGIN_ACTION}" class="headerspace">
{$CA_PANEL_START}
<h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED --> • <a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF --></h3>
<fieldset class="quick-login">
<label for="username">{L_USERNAME}:</label> <input type="text" name="username" id="username" size="10" class="inputbox" title="{L_USERNAME}" />
<label for="password">{L_PASSWORD}:</label> <input type="password" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" />
<!-- IF S_AUTOLOGIN_ENABLED -->
| <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" /></label>
<!-- ENDIF -->
<input type="submit" name="login" value="{L_LOGIN}" class="button2" />
{S_LOGIN_REDIRECT}
</fieldset>
{$CA_PANEL_END}
</form>
<!-- ENDIF -->
<!-- IF S_DISPLAY_ONLINE_LIST -->
{$CA_PANEL_START}
<!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3>{L_WHO_IS_ONLINE}</h3><!-- ENDIF -->
<p>{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}
{$CA_PANEL_END}
<!-- ENDIF -->
<!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->
{$CA_PANEL_START}
<h3>{L_BIRTHDAYS}</h3>
<p><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p>
{$CA_PANEL_END}
<!-- ENDIF -->
<!-- IF NEWEST_USER -->
{$CA_PANEL_START}
<!-- IF not S_IS_BOT -->
<h3 id="24hour_stats">{L_24HOUR_STATS}</h3>
<p> {24HOUR_USERS} • {24HOUR_TOPICS} • {24HOUR_POSTS}<br/>
<!-- IF TOP_POSTERS_HOURS_LIST -->
I 10 piu' attivi: {TOP_POSTERS_HOURS_LIST}<br/>
<br/>
{USERS_24HOUR_TOTAL}: <!-- BEGIN lastvisit -->{lastvisit.USERNAME_FULL}<!-- IF not lastvisit.S_LAST_ROW -->, <!-- ENDIF --><!-- END lastvisit -->
<br/>
<!-- ENDIF -->
<!-- ENDIF -->
<h3>{L_STATISTICS}</h3>
<p>{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}<br/>
<!-- IF TOP_POSTERS_LIST -->
Gli utenti con piu' messaggi: {TOP_POSTERS_LIST} <br/>
<!-- ENDIF -->
<!-- IF LEGEND --><br /><br/><em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF --></p>
{$CA_PANEL_END}
<!-- ENDIF -->
<div align="center">
<table class="legend">
<tr>
<td width="20" align="center">{FORUM_NEW_IMG}</td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center">{FORUM_IMG}</td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center">{FORUM_LOCKED_IMG}</td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>
<br/>
<!-- Inizio Codice Shinystat -->
<div align="center">
<script type="text/javascript" language="JavaScript" src="http://codice.shinystat.com/cgi-bin/getcod.cgi?USER=lanciayclub"></script>
<noscript>
<a href="http://www.shinystat.com/it"><img src="http://www.shinystat.com/cgi-bin/shinystat.cgi?USER=lanciayclub" alt="Statistiche"></a>
</noscript></div>
<!-- Fine Codice Shinystat -->
</div>
<!-- INCLUDE overall_footer.html -->Come vedete le scritte di cui parlo vengono con quel colore e grandezza grazie alla classe "socio2" e "socio" (rispettivamente giallo e verde)....
...ho ricercato un po' nei vari file .css del tema e credo di aver trovato queste due classi, nel file links.css nella cartella "theme" del tema in usa...

...ho provato a cambiare colore alle voci socio e socio2 in tutte e 4 le voci active, hover, link e visited....
....poi salvato il file, aggiornato, pulito cache e tutti i file temporanei del mio browser ma niente......rimangono sempre di quei colori......
....ho provato ad invertire le classi tra le varie scritte e in questo caso i colori cambiano, ma ovviamente posso scegliere solo tra quel giallo e quel verde......
....come faccio a darci un altro colore?....bisogna modificare qualche altra voce?
Grazie in anticipo, scusate per la spiegazione un po' lunga e articolata!


