Motion theme - How to Remove Black Transparent Layer

Hi there,

My store is using Motion paid theme, and we want every images to stay clear color, but a dark black transparent layer appears on every image. Can someone show me how to remove those dark black transparent layers please?

My store : https://www.basiner.com/

Huge Thanks~

Hi,

Add below css in theme.css file

.skrim__overlay:after{opacity: 0 !important;}

Thanks

Hit Like and Accept as Solution

Hi, it is not difficult first you must check out the proper functions of it, then select the targeted layer then you will be able to remove it accurately.

Yes, I followed your instruction and it works!
thanks a lot:)