Hi
Could someone please tell me how I can disable the arrow controls in the slideshow?
Thanks,
Hi
Could someone please tell me how I can disable the arrow controls in the slideshow?
Thanks,
Hey!
Add following code to css/custom.css:
.slideshow_container.arrow_controls.slide_controls{
display: none !important;
}
Best regards,
Peter
Hey Peter – Thanks for the reply.
Just tried, doesn't seem to work. Any other suggestions?
Thanks
Hey!
Can you post a link to your website. Maybe we need to adjust the code a bit.
Regards,
Peter
Hey Peter – It's still local at the moment, will post when live.
Thanks again for the reply.
Hey!
Ok, post it when you're ready.
Best regards,
Peter
hey,
this is how it works:
.slideshow_container .arrow_controls.slide_controls{
display: none !important;
}
Hi comar,
Thanks for helping out. :)
Regards,
Ismael
You must log in to post.