• dylan11298

    (@dylan11298)


    How To Change Slider Title Message (Background/Transparency)

    Currently while using the Flex Slider, you have the option to include a title and description. This title and description then appears during your slideshow presentation; however, the background-color/transparency in which the words appear on, is too “light” and often blends in with the slide picture.

    How can one manipulate the background-color/transparency to the Title/Description that appears during your slide show?

Viewing 1 replies (of 1 total)
  • Theme Author Ben Ritner – Kadence WP

    (@britner)

    You can use this css in your theme options > advanced settings:

    .captiontitle, .captiontext {
    background: rgba(0,0,0,.8);
    }

    Kadence Themes

Viewing 1 replies (of 1 total)
  • The topic ‘How To Change Slider Title Message (Background/Transparency)’ is closed to new replies.