here’s my shop - https://circle6.shop/
here’s the effect im tryna achieve -https://burmamfg.com/collections/store
I want it to overlay my current shop - I have the css written and file which is :
.grain {
position: fixed;
height: 100%;
width: 100%;
pointer-events: none;
background: url(https://cdn.shopify.com/s/files/1/0564/7617/2332/files/GrainBackround.gif?v=1667804647);
opacity: 0;
z-index:99999999999999999999999999999999999999
maybe I need a js?