Page 1 of 1

serendipity_imageComment_txt

Posted: Fri Jan 22, 2010 2:02 pm
by chiriqui
Can I change the size of the fonts?

Re: serendipity_imageComment_txt

Posted: Fri Jan 22, 2010 4:28 pm
by yellowled
Yes, of course.

/templates/YOUR_TEMPLATE/style.css should have a CSS statement for that. Look for exactly that statement. It should have font-size: something; which you can tweak to your liking. If it does not have that statement, you can add it:

Code: Select all

.serendipity_imageComment_txt { font-size: 10px; }
or whatever suits your template. Mind the dot . at the beginning.

YL

Re: serendipity_imageComment_txt

Posted: Fri Jan 22, 2010 9:40 pm
by chiriqui
gacias

saludos
chiriqui