Hi Guys,
So im kinda new to front end work, Im just trying to change one of my images opacity, correct me if i’m wrong but shouldnt it just be:
#lp-pom-image-152 {
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
}
Nothing seems to happen when i input this in?
Pls help