how can i disable the white transparency overlay on mouse over? i only want to show th arrow here: http://i.imgur.com/DRdwwGF.jpg
how can i disable the round edges? http://i.imgur.com/DRdwwGF.jpg
Hi wiwaldi79!
use this code:
.avia-content-slider .slide-image {
border-radius: 0 !important;
}
Best regards,
Andy