style.css Image field txt name?

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
chiriqui
Regular
Posts: 55
Joined: Tue Jan 01, 2008 4:31 pm
Location: Paso Ancho, Rep. of Panama

style.css Image field txt name?

Post 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
abdussamad
Regular
Posts: 117
Joined: Fri Apr 21, 2006 10:11 pm
Location: Karachi, Pakistan
Contact:

Re: style.css Image field txt name?

Post by abdussamad »

serendipity_imageComment_txt is the selector you are looking for. For example:

Code: Select all

.serendipity_imageComment_txt{
 font-size: 1.5em;
}
Post Reply