Font size under media files (pictures in posts)

Dear Aigars,

I would like to ask if it is possible to make the font in description to media files (pictures) in posts a little bit smaller. At the moment after posting a post with pictures containing some textual description under them the font appears to be the same of the post itself. But I would like to have it some what smaller.
I guess I have to insert some custom CSS, but I really have no idea, what exactly…

Thank you in advance for your help!

Marija

Add this to Theme Options - Other - Custom CSS and change font size to once that you would like.

.wp-caption .wp-caption-text {
    font-size: 12px;
}

Thank you very much! Milzīgs paldies!