ribo
Hi
Use this code in /css/override.css
#gkPreloader {display:none!important}
Original code is defined in /css/template.css file if you want to remove it completely. but on template updates template.css file will be override again.
#gkPreloader {
background: #fff url(https://www.printingstore.gr/templates/gk_instyle/images/loader_is.gif) no-repeat center center;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: .8;
z-index: 9999999999999;
}