I’m using a plugin to display an image carousel. The thumbnails which are used to navigate are set the where any image not currently selected is “greyed out.” How do I change the lessen the degree to which they are “greyed out?”
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The opacity is specified in the selector at line 228 of your
settings.cssfile:There are other vendor-specific properties in there (including an
-ms-filterproperty for IE), so you’ll have to change those to match.