Hi @JoseVentura ,
Yes it looks like a “mto-loading” app? The best approach to this is to remove the codes from this app but if unable to do so, just follow the instructions below.
- In your Admin page, go to Online store > Themes
- Choose the theme you want to edit then click Actions > Edit code.
- Open the base.css under the Asset folder.
- Add the code below.
.mto-loading-container {
display: none !important
}