Hi All,
Just wondering if someone could help me with a situation.
I want to be able to apply a css class to the very first word in a widget title, so I can style it accordingly . So no matter what the title of the widget is, the first word would have a class applied to it.
My problem is that I cant seem to locate the actual script that inserts the title value into the <h3 class="widgettitle">.
I have found widgets.php which creates the 'thematic_before_title()' and 'thematic_after_title()' .
But i cant seem to find where it actually add the constructs the title.
On the widgets.php file it does create "Widget: Thematic Search" and "Widget: Thematic Meta", but i can't seem to find where it actually is creating my text widgets and constructing them with the <h3 class="widgettitle"> title.
Any help with this would be GREATLY appreciated.