Hi,
folgendes:
1. Icon
Befindet sich nicht im widget, sonder in der Datei template-functions.php
Zeile 82-94:
Code
echo "\t<td id='ical'>[COLOR=Red]<img id='ec3_spinner' style='display:none' src='"
. $ec3->myfiles . "/ec_load.gif' alt='spinner' />\n";
// iCalendar link.
$webcal=get_option('home') . "/?ec3_ical";
// Macintosh always understands webcal:// protocol.
// It's hard to guess on other platforms, so stick to http://
if(strstr($_SERVER['HTTP_USER_AGENT'],'Mac OS X'))
$webcal=preg_replace('/^http:/','webcal:',$webcal);
echo "\t <a id='ec3_publish' href='$webcal'"
. " title='" . __('Subscribe to iCalendar.','ec3') ."'>\n"
. "\t <img src='$ec3->myfiles/publish.gif' alt='iCalendar' border=\"none\"/>\n"
. "\t </a>\n";
echo "\t[/COLOR]</td>\n";
Alles anzeigen
Im Prinzip kannst du den kompletten Teil in rot rauswerfen und durch ein ersetzen.
Die Farben solltest Du in ec3.css finden: