If I want to make the slider Caption Heading smaller, what class do I need to edit? Is it the general <h2> or a special one?
Found the stylesheet myself - problem solved HTML: #slides .caption h2 { font-size:24px; margin-bottom:10px; width:355px; z-index:2; position:relative; }