• Resolved cayindustries

    (@cayindustries)


    Hello. I would like the slider boxes to be a little transparent. When I changed the color to #000666 it is just a solid color, but I need to be able to see through it a bit. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • you could try using rgba

    instead of #000666 use rgba(0,6,102,.5);

    the last number determines how transparent the color will be.

    0= invisible
    1= solid

    so .5 will be the half way point.

    Thread Starter cayindustries

    (@cayindustries)

    That worked PERFECT! Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Transparent Slider Boxes’ is closed to new replies.