Topic: Caption Colour Black when text selected is white [SOLVED]
Caption Colour Black when text selected is white http://gundogbreeds.co.uk/gallery/topdog/topdog.html
You are not logged in. Please login or register.
Juicebox Support Forum → Juicebox-Pro Support → Caption Colour Black when text selected is white [SOLVED]
Caption Colour Black when text selected is white http://gundogbreeds.co.uk/gallery/topdog/topdog.html
The color of your image title and caption text is being overwritten by the following code (lines 1803-1807) in your 'style.css' file.
#contentwrap #content .grid_12 p {
color: #000000;
font-weight: normal;
text-align: left;
}
As your Juicebox gallery is nested within the containers specified in the CSS code, certain elements in the gallery (such as image titles and captions which are enclosed in <p> tags) have no option but to inherit these CSS rules.
Try adding these CSS rules to only those elements on your web page which require them through use of further CSS selectors (e.g. classes or ids).
Thanks Steven,
I guessed that was what was happening when running the gallery directly.
Juicebox Support Forum → Juicebox-Pro Support → Caption Colour Black when text selected is white [SOLVED]
Powered by PunBB, supported by Informer Technologies, Inc.