Hi Karl,
Just a quick one, is there an easy way to change the transparency of the background of the text on the titles of folders in the gallery, so it is black?
http://www.studiocreative.bg/projects/
X3 Photo Gallery Support Forums
.images.caption-bottom figcaption {
background: transparent;
}
.images figcaption > span {
display: inline;
background: black;
padding: .15em;
}That should have worked with some of the code I already provided:StudioCreative wrote:How can I remove the transparent background
.images.caption-bottom figcaption {
background: transparent;
}.images figcaption {
background: transparent !important;
}.images figcaption {
background: transparent !important;
}
.images figcaption > span {
display: inline;
background: black;
padding: .15em;
}