Martin-1
10/3/2016 - 6:47 PM

Set the transparancy for the text background colour on the Fusion slider.

Set the transparancy for the text background colour on the Fusion slider.

/* Set the transparancy for the text background colour on the Fusion slider. */

.main-flex .slide-content h3 {
    background-color: rgba(0, 0, 0, 0.5);
}