kinay
Hi
Try this
add this code in custom css
.show-more::before {
content: url(//static.joomlart.com/t4/demo/kristin/icon-4-circle.png);
animation-name: spin;
animation-duration: 16s;
animation-timing-function: linear;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-fill-mode: none;
animation-play-state: running;
line-height: 1;
margin-top: -76px;
margin-left: -73px;
position: absolute;
top: 50%;
left: 50%;
}
https://static.joomlart.com/t4/demo/kristin/icon-4-circle.png
Change image URL with your image. It is an image that is rotating.
You can change css if your image size is different.