Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1410956

    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.

    #1410969

    Hey creativeopole,
    You have a space between rgba and the color, try this:

    #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;
    }

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.