Hello,
I am customizing the Panorama theme a bit and can't find where to adjust the size of the black sidebar titles. From firebug I can tell it is an h2 tag and a class "widgettitle" but I can't find anything in the style.css that would help me reduce their size.
Thanks for any suggestions.
It could be inherited from the overall h2 tag if the h2 tag is not defined anywhere else in your css.
So you could just add .widgettitle h2 { to your css and style as needed
Thanks, RVooDoo,
I ended up reducing the size in the main h2 tag, which worked well enough. But the text is still bold, rather than normal. Guess I need to learn more about how php and css interact.