AutoTools Card List Background Opacity

Discussion in 'AutoApps' started by nmcj, Apr 12, 2019.

  1. nmcj

    nmcj Member

    Joined:
    Mar 24, 2016
    Messages:
    90
    Likes Received:
    2
    Hi all. Probs an easy question. Where in the Page.html would I adjust the opacity of the AutoTools Cardlist Web Screen? I'd like tro create a screen whewre the cards are opaque but the background is transparent.

    Thankls,

    NJ
     
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Did you try configuring the screen itself with a transparent background color without editing the page? :)
     
  3. nmcj

    nmcj Member

    Joined:
    Mar 24, 2016
    Messages:
    90
    Likes Received:
    2
    Well, that's what I want to do. And I've tried everything I can find, but suspect that I am simply missing something.
     
  4. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Sorry :)

    Check here.

    Basically set the background color to something like
    Code (CSS):
    rgba(0, 0, 0, 0)
     
  5. nmcj

    nmcj Member

    Joined:
    Mar 24, 2016
    Messages:
    90
    Likes Received:
    2
    Thanks!
     

Share This Page