funci
Hi
These are svg icon defined in file "/scss/_acm.scss" in template "ja_alpha".
// Decor
&:before {
bottom: 0;
mask-image: url('../images/ft-decor.svg');
content: "";
position: absolute;
right: 0;
width: 184px;
height: 104px;
opacity: 0.05;
}
You can replace the image path in code. Ir replace svg image with your image with same name and file type.
Regards