i realize this is an old thread… but i have a similar question, how do i change the look of the widgets, i checked my functions.php and all it contains is this:
<?php
// Theme Initialization -- Copyright PageLines 2010 -- Designed by Andrew Powers --
// GET CORE ///////////
if(file_exists(TEMPLATEPATH.'/_core/init_core.php')){
define('CORE', TEMPLATEPATH . "/_core");
define('CORENAME', "_core");
}else{
define('CORE', TEMPLATEPATH . "/core");
define('CORENAME', "core");
}
include(CORE . "/init_core.php");
?>
thanks.