Hi Patrick,
Figure I'm missing something obvious here but when I try changing the CSS on the slider to have no background colour and no border but nothing is happening. I want the page background image to show through.
Is it simply removing the background colour from the body. Don't think this would be good for all other elements though?
body {
background: #fff url('library/images/bg-alt.gif') repeat-x;
font-family: "Trebuchet MS",Arial,Helvetica;
font-size: 13px;
}
Or should I change one of the .page-template-slider elements and if so which one?
I tried adjusting this one but I suspect it is only effecting the post thumbnail.
.page-template-slider .sliderwrapper .contentdiv .home-slide-image .home-slide {
/* border: 1px solid #ccc; */
border: 0;
padding: 5px;
background-color: transparent;
}
resolved