Image Opacity on Mobile Browser

EmrysEmrys Registered Users Posts: 12 Big grins
Hello!

I have applied css to my website to make my logo 65% transparent. It works fine on my desktop, however, fails to produce a result on mobile devices. this is the basic code...

.sm-page-widget-logo-img{opacity:.65;}

I have tried including specific instructions for mobile devices...

@media only screen and (max-width: 900px) {

.sm-page-widget-logo-img{opacity:.65;}
}

and cross browser css like -ms-filter: and -khtml-opacity to no avail.

What am I doing wrong?

Comments

Sign In or Register to comment.