i would like to change the color of the separator (horizontal line between h2 and p). i have been able to change the color of the h2 and p, but not the separator. how can i do that? thanks
nevermind, i figured it out. for anyone who's interested --- .slider_caption .slider_sep { background: rgba(x, y, z, 0.a); }