Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #808946

    Hi, I am using some CSS code to change the full-width slider caption color, as suggested:

    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title
    {
    background: rgb(255,255,255,.5) !important;
    }

    This actually works with Firefox, but nothing changes in Chrome and other Webkit-based browsers.

    #808985

    Ok, found the solution: it should have been rgba instead of rgb

    background: rgba(255,255,255,.5) !important;

    #809217

    Hi,

    Great, glad you found the problem and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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