Hello! I would like to keep the up and down arrows on the Aviaslider visible instead of having them disappear. How can I do that? Thanks!
My site is: http://www.ruizdentalseminars.com/
Hello! I would like to keep the up and down arrows on the Aviaslider visible instead of having them disappear. How can I do that? Thanks!
My site is: http://www.ruizdentalseminars.com/
Hey,
Try this on your custom.css
.thumb_button {
opacity: 1!important;
}
Regards,
Ismael
Hey!
Try to add following code to css/custom.css or the quick css field:
.thumb_next.thumb_button, .thumb_prev.thumb_button{
opacity: 1 !important;
}
Best regards,
Peter
Worked great! Thank you so much!
Hi snowtone,
Glad that we could help you. :)
Cheers,
Ismael
This topic has been closed to new replies.