Posted: Wed 25. Jul 2007, 12:53
how do you change the caption text? maybe change the size?
The phpwcms support forum will help to find answers to your questions. The small but strong community is here since more than 10 years.
https://forum.phpwcms.org/
helloindaype wrote:how do you change the caption text? maybe change the size?
like this? not sure if i'm right though...added this code...Pappnase wrote:helloindaype wrote:how do you change the caption text? maybe change the size?
you can create your own class called image_caption in the /template/inc_css/frontend.css
Code: Select all
.image_caption {
font-size: 6px;
}
Code: Select all
<p class="image_caption">{CAPTION}</p>