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

    Hi,

    On my homepage at the second Fullwidth Easy Slider (the one with the G-Star office) I have some caption text which is right framed in a black transparant block.
    Is it possible to make this frame bigger? So the caption title, caption text AND the buttons are in one big black transparant frame/block?

    Thanks in advance!

    #796028

    Hey ionline_bv,

    Add this to quick css:

    h2.avia-caption-title{
    background:none!important;
    }
    
    .slideshow_align_caption{
    
        background: rgba(0, 0, 0, 0.5)!important;
        padding: 10px!important;
    }

    Let me know if this works.

    Best regards,
    Jordan Shannon

    #796035

    Thank you so much Jordan, this works! But now I have a double black transparant block behind the text ‘Referentie’ and the ‘Lorem Ipsum text’. Do you know how to remove that one?

    Thanks in advance!

    #796046

    Hi,

    Add the following to quick css:

    .avia-caption-content p{
    background:none!important;
    }

    Let me know if this works for you.

    Best regards,
    Jordan Shannon

    #796051

    Works properly!! Thank you so much again for your fast help Jordan!

    #796055

    Hi,

    No problem at all, I’m glad the solutions worked for you. If you need additional help please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Frame behind Caption Text in Fullwidth Easy Slider’ is closed to new replies.