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

    How can I make the table on this page, semi-transparent white?

    #350212

    Hey!

    Try adding this code to the Quick CSS:

    table{
        background: transparent !important;
    }
    table td, table tr{
        background: rgba(255,255,255,0.4) !important;
    }

    Adjust “0.4” as needed.

    Cheers! 
    Josue

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