Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #264345

    Hi,

    All I’m wanting to know is when creating a table using the advanced layout, is it possible to have all the cells transparent.

    I’ve looked all the posts here for a solution but couldn’t find one. Most are for the price table.

    Thanks

    #264401

    Hi Snerp!

    If you are referring to a normal HTML table, then something like this may do the job:

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

    Regards,
    Josue

    #264764

    Hi Josue,

    That code sort of worked, the table is now all white, which ok with me, I just didn’t want every other row white.

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Regular Table Cells – Colors’ is closed to new replies.