• I am experiencing some issues with captions. I am using plugin version Version 1.18 and WP version 3.1.

    I’ve tried several options in the plugin configuration (source set to image title) with the following results:

    HS Appearance
    – Highslide Rounded, white (captions appear in white on white background)
    – Plain and Simple (captions appear in white on white background)
    – Polaroid outline+shadow (captions appear in white on white background)
    – Dark Outer Glow (captions appear in white on gray background )
    – Dark borderless, floating caption – caption appears in white over 40% dimmed opacity area outside the image window. But since images are not aligning to center the caption often appears below the bottom of the browser window.
    – Dark and glossy – caption appears in white over black background.

    Can you tell me how I can change to color of the caption text to a dark gray and center it in the window? I expect this will involve editing the CSS – can you tell me where?

    Thanks for a great plugin.

    http://wordpress.org/extend/plugins/highslide-4-wordpress-reloaded/

Viewing 1 replies (of 1 total)
  • Plugin Author solariz

    (@solariz)

    Hi,

    yeah its all about your Themes CSS. On the most themes the CSS is already fine in default.

    This is the HTML Code of the Caption text:

    <div class="highslide-caption" style="display: block; ">My awesome Caption</div>

    As you see it`s just a div with a custom Class: So what you can do is setup a part in your CSS wich defines the color, for example:

    .highslide-caption {
    	color: gray;
            background: white;
    }

    hope it works for you.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Highslide 4 WordPress *reloaded*] Captions not showing up’ is closed to new replies.