serendipity_imageComment_txt

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
chiriqui
Regular
Posts: 55
Joined: Tue Jan 01, 2008 4:31 pm
Location: Paso Ancho, Rep. of Panama

serendipity_imageComment_txt

Post by chiriqui »

Can I change the size of the fonts?
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: serendipity_imageComment_txt

Post 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
chiriqui
Regular
Posts: 55
Joined: Tue Jan 01, 2008 4:31 pm
Location: Paso Ancho, Rep. of Panama

Re: serendipity_imageComment_txt

Post by chiriqui »

gacias

saludos
chiriqui
Post Reply