I wanted to change the background color for fullscreen slider caption, but the caption title styles don’t work.
#top .avia-fullwidth-slider .avia-caption-title {
background: rgba (0, 0, 0, 0.7) !important;
}
#top .avia-fullwidth-slider .avia-caption-content p {
background: rgba(0, 0, 0, 0.7)!important;
}
Please let me know why it’s not working.