Adding CSS to side panel
I'd like to add classes to quick categories, discussion filters, quick login, whos online etc, but currently they all share the same list style is there a way to add a class to the ul atleast for each?
0
This discussion has been closed.
Comments
$sReturn .= '<ul>
to
$sReturn .= '<ul class='.str_replace(array(' ', "'", '"', ':'), "", $Key).'>