Tagged: background, LayerSlider, slider
I would like to use the same background that is in my header behind the main layerslider on my homepage. The background for the regular text should stay a solid color, I just want texture behind the slider.
Hi getHopeGlobal!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.ls-wp-fullwidth-helper {
background-image: url(https://ghg.thebaylors.org/wp-content/uploads/2013/04/webBackground-239x300.jpg);
}
Best regards,
Yigit
Worked perfectly–thanks!