Topic: Wordpress Login Caption Shadow

Please can you advise how to remove shadow in caption area.

http://www.arunset.com/blog/?page_id=1480

Regards Kevin

Re: Wordpress Login Caption Shadow

To remove the drop-shadow around all gallery text (including the image title and caption in the caption area), set:

textShadowColor="rgba(0,0,0,0)"

To remove the gradient caption area background (and make the caption area background completely transparent), set:

captionBackColor="rgba(0,0,0,0)"
captionBackTopColor="rgba(0,0,0,0)"

As you are using WP-Juicebox (the Juicebox plugin for WordPress), the configuration options above should be entered in the gallery settings window's 'Pro Options' text area (one option per line). You can edit a gallery via the 'WP-Juicebox -> Manage Galleries' link on the WordPress Dashboard (and then 'Edit' the gallery in question).

This should hopefully resolve your problem.