Quote Originally Posted by simon3215 View Post
got the code i need to change the slide to fade from the support forum, now i cannot see in the stylesheet where to change it, from what i have read i need to put in

<script>
$(function() {
$('#slides').slidesjs({
width: 840,
height: 540,
play: {
active: false,
auto: true,
effect: "fade",
interval: 5000,
swap: true,
restartDelay: 2500,
},
effect: {
fade: {
speed: 600
}
}
});
});
</script>

to change it to fade, where is the file i need to edit ? easy question but it seems to evade me

Thanks in advance
You can add it to the includes/templates/override/common/tpl_home_slider.php

Thanks,

Anne