Lightbox in gallery

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
indaype
Posts: 11
Joined: Tue 17. Apr 2007, 16:08

Post by indaype »

how do you change the caption text? maybe change the size?
Pappnase

Post 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
indaype
Posts: 11
Joined: Tue 17. Apr 2007, 16:08

Post 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:
Post Reply