Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #224409

    Hi,
    I have looked through your forum and found many strings on this topic. For some reason those fixes are not working for me.
    I am trying to change the caption background of the fullwidth slider to be similar to that of the regular slider.
    I have this in my custom css right now:

    .avia-caption-title .avia-caption-content .slideshow_caption .inner_caption .slideshow_inner_caption {
    background:#000000;
    display: block;
    padding: 14px 15px;
    }

    I would like it to be partially transparent like in the regular slider also, which I realize this css won’t adjust yet. But I can’t get it to do anything… It still shows up with no background.

    http://www.bushatlas.com/

    Thanks for any help you may have!

    #224708

    Hey!

    Try adding this code to the Quick CSS:

    .avia-caption-title, .avia-caption-content {
        background: rgba(0,0,0,.5) !important;
        padding: 15px;
    }
    .avia-caption-title{
        display: inline-block !important;
    }
    .avia-caption-content{
        width: 60%;
    }
    .avia-caption-content p{
       margin: 0; 
    }
    .caption_bottom .slideshow_caption{
        bottom: 20px !important;
    }

    Cheers! 
    Josue

    #225287

    Brilliant. Thank You!

    #225290

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘slideshow caption background’ is closed to new replies.