Hi I want to know if there is a way to change the color of the slider text box and or make it transparent to see the text and the picture. Your help is greatly appreciated.
Hello, Use following CSS to make the box transparent, in Custom CSS Code: .flex-caption { background: 0; } That will resolve your issue. Thanks & Regards Yogesh Bhade