This topic has 6 replies, 2 voices, and was last updated 7 years, 5 months ago ago by Rose Tyler
hi when i add an item to cart i get this loading page:
obviously i cant let the client see this…is there a way to customise it…if so where is the location in the theme files?
Many thanks!
Hello,
Go to Theme Options > General > Layout > Use site preloader > Off.
Also, read this topic https://www.8theme.com/topic/add-to-cart-preloader-and-placeholder-image/
Regards
I have it switched off already! But its still in use!
can you check please – i added an item in the cart and it still shows!
Hello,
In this case, please add this code in Custom css:
.global-adding-to-cart .et-loader,
.content-product.adding-to-cart .et-loader {
display: none;
}
Regards
Thank you!
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up