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

    Hi! I’m wondering if it’s possible to have just one single semitransparent frame containing both the title and caption on the full width slider? Instead of two separate as it is by deafult, or if it’s possible to hide the frame on just the title but display it on the caption?

    Best regards
    /Michael

    #702741

    Hi Michael,

    Could you post a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #703806

    Hi Rikard, thanks for your reply. I’ll post the link private. I experimented with putting <H1> and <p> tags within the caption and then the <H1> is displayed without background and the <P> has background. Which kinda works, but the result I would prefer is one background containing both Caption Title and Caption Text.
    Best ragards
    /Michael

    #704126

    Hi Michael,

    If you want to have a background on the caption as well you can use the following CSS:

    .avia-caption-content {
        background: rgba(0, 0, 0, 0.5);
        margin: 0 0 1px 0;
        padding: 10px 15px;
    }

    If you want to remove the background from the title you can use this:

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

    Best regards,
    Rikard

    #705071

    Thanks Rkard, that works just fine :)

    #705191

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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