Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #466077

    I want to lighten the box on my frame on the full screen slider. Any way to do do that through custom.css?

    #466085

    Hi Michael!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .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: #fff;
      filter: alpha(opacity = 80);
      background: rgba(255, 255, 255, 0.5);
    }

    Cheers!
    Yigit

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