Hi,
I am using the Revolution Slider on this site
[Links visible only for registered users] and want to make the background of the slider (each slide) transparent so that the wooden background shown either side of the boxed mode shows through.
Currently I have a brown background that is being pulled in from somewhere, even though I have chosen a transparent background in the settings of each slide.
Thanks!
Comments
to do this, you must set transparent background for wrapper, header wrapper and header. This can be done with below css:
#Wrapper, #Header_wrapper, #Header { background: transparent !important; }