I uploaded my hi-res logo to the custom logo for preloader in the theme options. The problem is that the size is too large and I want to make it smaller. I don’t want to upload a smaller size logo because it looks bad on retina screens. Can you please provide me some quick css to make the size of the custom logo for preloader smaller? Thanks!
Hi djshortkut!
Please try adding following code to Quick CSS
.av-preloading-logo { max-width: 50%; }
Best regards,
Yigit
Thanks so much Yigit! You can close this thread.