Is it possible to change the color of the slider to a white background? Thanks! www.culturesmartz.org
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .second-header { background: none; background-color: white; } .slide .entry h2 { color: black; } .slide .entry p { color: black; } You can put your color or color code inplace of "white" and "black". This will solve your issue.