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

    I would like to add a transparent box behind the text so it is more readable. I tried the stroke method, but it doesn’t look that great. A box similar to the site below.

    http://www.dekibook.com

    I think it would make it pop out more.

    Any idea how to do it?

    #403689

    Hi Michael!

    Try adding this to your custom CSS.

    .av-parallax .av-special-heading {
      background-color: rgba(0, 0, 0, 0.5) !important;
    }

    If that’s not what your trying to do then take a screenshot and highlight the elements your trying to add a background to.

    Best regards,
    Elliott

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