Page 2 of 2

Posted: Wed 25. Jul 2007, 12:53
by indaype
how do you change the caption text? maybe change the size?

Posted: Wed 25. Jul 2007, 13:09
by Pappnase
indaype wrote:how do you change the caption text? maybe change the size?
hello

you can create your own class called image_caption in the /template/inc_css/frontend.css

Posted: Wed 25. Jul 2007, 13:47
by indaype
Pappnase wrote:
indaype wrote:how do you change the caption text? maybe change the size?
hello

you can create your own class called image_caption in the /template/inc_css/frontend.css
like this? not sure if i'm right though...added this code...

Code: Select all

.image_caption {
	font-size: 6px;
}
also added

Code: Select all

<p class="image_caption">{CAPTION}</p>
on the article template. not sure where this goes.

this didn't work. any other idea? :oops: