Codeinwp / Nivo-Slider-jQuery

Nivo Slider - The Most Awesome jQuery Image Slider
http://docs.themeisle.com/article/485-getting-started-with-the-nivo-slider-jquery-plugin
MIT License
1.25k stars 605 forks source link

Caption p tag transparent - ilegible #334

Open danny-faith opened 11 years ago

danny-faith commented 11 years ago

Hi,

I have noticed that the text within the caption div is quite ilegible as it is affected by the opacity setting that sets everything within the div to opacity:xx.

Is there anyway to fix this and have only the background transparent. Perhaps a permanently set background alpha colour and fade in the div rather than animate the opacity?

Something like:

.nivo-caption {
background: rgba(0, 0, 0, 0.6);
}

script

$('.nivo-caption').hover(function(){
       $(this).fadeIn(1000);
});

/script

Thanks, Daniel.