Hi,
I’m using sliders on my home page and want the caption title to have a semi opaque purple background but not the caption content. Please take a look at the slider on the home page in private content. The problem is only apparent when the caption content is short so you might have to view a few slides to see the problem I’m describing.
Thanks,
Hey,
Please remove following code
.caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption-content, .avia-caption .avia-caption-title {
background: #9999cc!important;
filter: alpha(opacity = 80);
background: rgba(153, 153, 204, 0.5)!important;
margin: 0px 3px;
padding: 0px 0px;
}
and use following instead
.avia-caption-title, .avia-caption-content {
background: transparent!important;
}
.avia-caption-content p {
background: rgba(153, 153, 204, 0.5)!important;
margin: 0px 3px;
padding: 0px 0px;
}
Best regards,
Yigit
Hi Yigit.
That didn’t solve the problem. Please take a look at the home page again and you’ll see that the light purple background extends beyond the text in the caption content.
Thanks for your help!
Hi,
Can you please post a screenshot and show the changes you would like to make? I am not sure if i understood. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Best regards,
Yigit
Hi Yigit,
The link is in private content.
Thanks,
Gabe
Hi Gabe,
I am not seeing the same effect. Which screen size is that?
Best regards,
Victoria