We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Replacing preloader image does not work in 3.7.0pre3

Home Forums Bug Reports and Feature Requests Replacing preloader image does not work in 3.7.0pre3

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #40525
    Philip Fong
    Customer

    I used to replace the png image to have custom preloader in 3.6.
    Somehow 3.7.0pre3 has embeded the Verge3D icon.

    #40559

    Hi,

    You should be able to replace the preloader logo via its css class. It should work if you add something like this to the application CSS file:

    
    .v3d-simple-preloader-logo {
        background-image: url("myLogo.png");
    }
    

    Co-founder and lead developer at Soft8Soft.

    #40566
    Philip Fong
    Customer

    Thank you very much Ivan.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.