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!
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
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!
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
Works properly!! Thank you so much again for your fast help Jordan!
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