Hello,
I can’t find in the documentation how to modify the size of the loading logo that appears when we open a new page in the middle.
Can you help me ?
Best regards
This topic has 3 replies, 2 voices, and was last updated 5 years, 5 months ago ago by Arnaud
Hello,
I can’t find in the documentation how to modify the size of the loading logo that appears when we open a new page in the middle.
Can you help me ?
Best regards
Hello,
It shows the full size of the image, so prepare your image using a graphics editor (make it the desired size), before uploading to your media library and Theme Options.
Or add the next code in Theme options > Theme Custom CSS > Global custom CSS:
.et-loader-img {
max-width: 300px;
}
Regards
Thank you.
The issue related to '‘Loading logo size’' has been successfully resolved, and the topic is now closed for further responses