I actually think I solved this:
.master-slider-parent img:hover {
opacity: 1;
filter: alpha(opacity=100); /* For IE8 and earlier */
}
Hi,
Thank you for using Master Slider.
I’m glad the problem has been resolved. But it is better to define specific classname for your slider.
If you need any further information, please let me know.
Best,
@averta_support How do I define a specific classname for my slider? Thank you.
Hi again,
Please check out this documentation:
http://docs.averta.net/display/mswpdoc/Slider+Appearance
Good Luck,
@averta_support I read that documentation, and the styling I included in my post above is in the Slider custom styles section. However, I’m not understanding the documentation or your post about how to apply this CSS to one slider only. This is the CSS I’m using:
.master-slider-parent img:hover {
opacity: 1;
filter: alpha(opacity=100); /* For IE8 and earlier */
}
How do I apply this to a single slider only? Thank you.
Hi again,
Define a classname and add it to your code. Please check out the below screenshot:
http://support.averta.net/en/wp-content/uploads/masterslider-classname.jpg
Have a great weekend.
Best,
@averta_support – Thank you for this info. I had to add a comma between the 2 classes to get this to work, but it’s good now. Thanks again.
.master-slider-parent, .homepage-slider img:hover {
opacity: 1;
filter: alpha(opacity=100); /* For IE8 and earlier */
}
You are very welcome @gmsiegel!
If you are satisfied with Master Slider and our services, please take a moment and give us a review. We would greatly appreciate it.
https://wordpress.org/support/plugin/master-slider/reviews/#new-post
Have a great weekend.
Best,