Hi,
i want to make the advances layer slider transparent at both edges.
I have the full width layer slider with an image in the middle. ( 1030px)
What i want is to shine the background of the main hp shine through the rest of the slider. Is that possible?
Thanks!
Simon
Hi simonac!
Thank you for using the theme.
I’m sorry but I’m not entirely certain of what you want to accomplish with the layer slider. If you could provide a link to your website and a screenshot that will greatly help. Thanks!
Best regards,
Ismael
Hey!
It doesn’t actually have a background, its the main div on the site that has a background. You could remove it with:
#main {
background: transparent;
}
Cheers!
Devin