ResolvedImportant

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #25096
    sharlenys
    Participant

    Hello, how are you? I bought your theme and so far everything is going extraordinary. I am communicating to know if it is possible that our logo can be used in the loading image instead of a horse? the theme will be adjusted for a balloon sale shop. thank you

    #25112
    Althemist
    Keymaster

    Hello sharlenys,

    You can do this with a simple CSS rule:

    #spinner {
        background: url("path/to-your-image.png") center center no-repeat;
    }

    Regards,
    Dimitar

    #25371
    sharlenys
    Participant

    Hello, good night, I would like to ask what possibility there is of placing a gif image of the page load that I am going to do, you already told me how to do it but I would like it not to move or look in a circle, only to be in the middle of the screen the reproduction of the gif but without the effect and circle that it currently has. it’s possible? Thank you

    #25386
    Althemist
    Keymaster

    Hello sharlenys,

    Yes, it can be done with a bit of CSS code.

    First remove the dashed border with the following:

    #spinner::before {
        border: none !important;
    }

    and disable the “swing” animation with the following:

    #spinner {
        animation: none;
        transform-origin: initial;
    }

    Hope this helps.

    Regards,
    Dimitar

    #25411
    sharlenys
    Participant
    This reply has been marked as private.
    #25430
    sharlenys
    Participant

    Thank you very much, it has helped me but not completely. the web is globotoon.com if you can access and see the load you will notice that the circle is still there and I don’t need any circle so that the gif can be reproduced and appreciated in its entirety. Since the load is a gif where the word globotoon is being written but it is not appreciated because the circle is small and I need to delete it, I need that gif to be seen in the middle of the page but there is no circle or anything. Thank you

    #25476
    Althemist
    Keymaster

    Change the border-radius: none; to border-radius: 0; for the spinner element.

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for any item belonging to this account
AlThemist

AlThemist

sales 17635, followers 745
Login and Registration Log in · Register