Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1069148

    How do I change caption container color to transparent and text color to black? I also want to center captions.

    #1069156

    Hey quito01,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1069170

    I’m looking to simply display the caption centered (container transparent) with text in #333333

    #1069223

    Hi,

    Add this to quick css:

    .avia-caption.av-slideshow-caption{
        position: absolute;
        z-index: 300;
        width: 100%;
        bottom: 80px;
        text-align: center;
        left: 0;
        height: 0px;
        color:#333!important;
    }

    Best regards,
    Jordan Shannon

    #1069225

    Caption container is still gray – needs to be transparent.

    #1069227

    Caption text is now black but caption container is still gray – needs to be transparent

    #1069246

    Okay, caption text changed to #333333 and is centered, but caption container is still dark gray and needs to be transparent.

    #1069443

    Hi quito01,

    Best regards,
    Victoria

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