Lot simplier to just tuck display none in the css like this >
Code:
/* Seti added: Display none command to kill widget title */
.cms_widget_header h3 {
display: none;
color: {vb:stylevar sidebar_header_color};
background:transparent none;
padding: {vb:stylevar vbcms_widget_header_padding};
outline:none;
font-size:{vb:stylevar sidebar_header_fontSize};
font-weight: bold;
}
/* Seti added: Display none command to kill widget icons */
.cms_widget_header h3 img {
display: none;
position: relative;
top: 2px;
}
Lot cleaner.
http://animeappeal.com/content.php?styleid=110