This is an old version of this answer!
Return to the current answerSearch your functions.php file for:
if ( function_exists('register_sidebar') )
Then look for:
<div id="%1$s">
That id=%1$s code tells the file to set a specific identifier per widget.
(Edited to add that I have done this exact thing, using CSS to replace H2 tag headers for each widget sidebar, on my own website which can be seen in my profile.)
if ( function_exists('register_sidebar') )
Then look for:
<div id="%1$s">
That id=%1$s code tells the file to set a specific identifier per widget.
(Edited to add that I have done this exact thing, using CSS to replace H2 tag headers for each widget sidebar, on my own website which can be seen in my profile.)
Ramsey | 08/06/10 at 9:10am





