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

    How do I make data tables have transparent lines and no box coloring?

    #325455

    Hey!

    Try adding this code to the Quick CSS:

    table td, table tr, table th{
    background: transparent !important;
    }

    Cheers! 
    Josue

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