I can't seem to find a way to change the Widget header to a style other than <h2 class="widgettitle">. Anyone have any insight?
I can't seem to find a way to change the Widget header to a style other than <h2 class="widgettitle">. Anyone have any insight?
Nevermind, I figured it out:
CHANGED
echo $before_widget . $before_title;
echo $widget['widget_title'];
echo $after_title;
TO
echo $before_widget;
echo '<span class="top_headers">NEXT SHOW</span>';
This topic has been closed to new replies.