Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi! How can I change my preloader and the arrow that comes with the titles at Vjosa theme?
I disabled my preloader already, but I need to change to another animation. Also, whats the format supported?
Hi,
Another Animation, Please explain me bit more details.
If you are talking about add your own animation then it wont possible without customization.
If you want to have something else then please Explain me in more details better to use screen shot.
Thanks,
Hi,
The arrow that comes with the titles at Vjosa theme can be hide using styling, just add following code in your css file:
.ce-vjosa-slider .title-wrapper .slide-title.active a svg {
opacity: 0;
}
Try to add this code in child theme’s css file.
Thanks,
You must be logged in to reply to this topic.