I initially set up a static sidebar, with unique <h2> classes for each header. So it was something like this:
It was nice because I could set up graphic styles for each header. However, if i use the dynamic sidebar, I don't have control over the headers individually...
Is there a way to loop through the dynamic sidebar and set these styles? I looked into the PHP functions and I'd rather not update that part, but maybe there's a way to loop through it on my sidebar.php?
Ideas?