Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #687830

    Ahoy,

    how do I remove the frame behind the text on the caption for the easylider?

    #688328

    Hey mcraig77,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .avia-caption .avia-caption-title {
        background: rgba(0, 0, 0, 0) !important;
    }

    Best regards,
    Rikard

    #688737

    Ahoy,

    That seems to take off the Caption Title background but not the Caption Text background.

    Please Advise.

    #689320

    Hi,

    Ok, please try this instead:

    .avia-caption .avia-caption-title, .avia-caption-content {
        background: rgba(0, 0, 0, 0) !important;
    }

    Thanks,
    Rikard

    #689612

    not quite, the caption is still on the bottom text.

    #690117

    Hi,

    This should do it:

    .avia-caption .avia-caption-content p {
    background: rgba(0, 0, 0, 0) !important;
    }

    Best regards,
    Rikard

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