Image carousel does not load
-
Image carousel does not load when I put arrows on previous/next buttons. How can I solve this issue???
I attached images
https://prnt.sc/ymf4XWoUSfhi
https://prnt.sc/l1yFUoHUmlGh
I also need those arrows to be white on a red circle, how could I do that??
I want the arrows to look like this:
https://prnt.sc/lwvnoJkjGMZL
Hello martinsialer,
Thanks for reaching to us.
To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Best Regards,
I attach information on accessing WordPress, to see the theme of the image carousel
Hello martinsialer,
1. Images
Images are loading well, please double check https://ibb.co/m5CRHvW
2. Arrows
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.vc_images_carousel a.vc_carousel-control{
opacity: 1;
}
.vc_images_carousel .vc_carousel-control span.icon-next, .vc_images_carousel .vc_carousel-control span.icon-prev{
background-color: red;
color: #fff;
}
Regards,