How do I change the font size of the picture title

When I look at the pictures on Personal Page ->Media ->Photos titles under the photos are way to big and cut off. Is there any way to change that?

Hi,
You could add the following style to your theme and change the font-size as per your liking.

.media #item-body .bp-media-gallery h3 { font-size: 14px; }

Unfortunately it didn’t work :(. I am using Custom Community Pro Theme). I tried to change font-size, but it didn’t change on the website.

If you could post a link I could give you a more specific style to override the font-size. You might have to prefix the above style with a more specific selector.

Thanks: http://ucgym.com/

Instead of the above specified style you can put the following to modify the font-size of the media archive titles.

.media #item-body .bp-media-gallery h3 a {  
font-size: 11px;}

It worked! Thank you!