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

    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,

    #860309

    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

    #860662

    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!

    #860691

    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

    #860692

    Hi Yigit,

    The link is in private content.

    Thanks,
    Gabe

    #861925

    Hi Gabe,

    I am not seeing the same effect. Which screen size is that?

    Best regards,
    Victoria

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