Page 1 of 1

style.css Image field txt name?

Posted: Fri Sep 17, 2010 2:23 am
by chiriqui
I want to increase the size just a touch
What field do I look for. I referring to the text that gets attached to a media item added to a entry

Re: style.css Image field txt name?

Posted: Fri Sep 17, 2010 12:34 pm
by abdussamad
serendipity_imageComment_txt is the selector you are looking for. For example:

Code: Select all

.serendipity_imageComment_txt{
 font-size: 1.5em;
}