ResolvedImportant
- This topic has 6 replies, 2 voices, and was last updated 2 years, 6 months ago by
Althemist.
- AuthorPosts
- August 16, 2020 at 11:56 pm #25096
sharlenys
ParticipantHello, 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
August 17, 2020 at 3:33 pm #25112Althemist
KeymasterHello sharlenys,
You can do this with a simple CSS rule:
#spinner { background: url("path/to-your-image.png") center center no-repeat; }
Regards,
DimitarAugust 28, 2020 at 5:42 am #25371sharlenys
ParticipantHello, 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
August 28, 2020 at 3:06 pm #25386Althemist
KeymasterHello 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,
DimitarAugust 29, 2020 at 3:26 am #25411sharlenys
ParticipantThis reply has been marked as private.August 31, 2020 at 8:36 pm #25430sharlenys
ParticipantThank 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
September 2, 2020 at 7:01 pm #25476Althemist
KeymasterChange the border-radius: none; to border-radius: 0; for the spinner element.
- AuthorPosts
You must be logged in and have valid license to reply to this topic.