Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #413118

    Hi there!
    I am using the full width slider at the top of each of my pages of my site has a header for the site. When I put a text caption over it, it’s kind of hard to read. I was hoping to be able to put a darker color overlay on top of the slider image so that you could read the text better. Is there a way to do this?

    #413237

    Hi suburbanite!

    Add this to your custom CSS.

    .avia-caption-title {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
      display: inline;
      padding: 40px;
      width: auto !important;
    }

    Cheers!
    Elliott

    #414696

    Thank you that worked perfectly!

    #415068

    Hey!

    Great, glad we could help :)

    Cheers!
    Rikard

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