I am trying to alter the colour of the "description" text to black when using lightboxv2.
I tried adding the following CSS to default.css :
.picturecontainer {
color: #000000;
}
When that didn’t work I tried altering picturetpl.html directly, by adding the following (test) <font> tag:
[+maxigallery.picture.descr:isnot=``:then=`
<p class="description"><font color="black">[+maxigallery.picture.descr:htmlent+]</font></p>
`+]
This also has no effect, so I wondered if I’m even altering the right template? Adding a large <h1> test at the top of that template reveals I’m not, so I’m a bit confused now

.
Which file do I need to alter to change the style of the enlarged popup image view in lightboxv2?
Many thanks,
/\dam