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

Re: Caption Colour Black when text selected is white [SOLVED]

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).

Re: Caption Colour Black when text selected is white [SOLVED]

Thanks Steven,

I guessed that was what was happening when running the gallery directly.

http://www.gundogbreeds.co.uk/gallery/topdog/index.html