Changing H2 font size in specific block

Permalink
On the following page:
http://www.titanterrainstudio.cassiesbox.com/index.php?cID=155...

I am trying to decrease the font size so that most (if not all of the titles of the albums will show up.

Ideally I would like to reduce the font size to 20.

How can I accomplish this without having to change the H2 settings throughout the site (or even elsewhere on this page).

 
andrewjaff replied on at Permalink Reply
andrewjaff
Hi you can add css for specfic block or can add class..

Click on block-> Go to Design-> select css tab

Add id, class or css for it.
ronyDdeveloper replied on at Permalink Best Answer Reply
ronyDdeveloper
Well if you haven't added the picasa album in other pages, then simply add the below css in your themes css file.

.highslide_album h2 {
    font-size: 20px;
}
khamelk replied on at Permalink Reply
Thanks that worked for the picasa album! Any recommendations on how to do a similar thing on the forum page (http://www.titanterrainstudio.cassiesbox.com/index.php?cID=164)

I need to unbold the H2 here.

Also would you have any recommendations on how to make the picasa album show more of the names?