Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #309953

    Hi,

    I have a basic table created and the default setup displays alternating colour. Can you tell me how to remove the colour so the table rows are just transparent.

    Thanks

    #310215

    Hey!

    Try adding this code to the Quick CSS:

    table tr {
        background: white !important;
    }

    Cheers! 
    Josue

    #479907

    That works!

    How about the text colour? How to make text colour not displaying alternating colour?

    #480013

    Hi!

    You can use the below css:

    table tr {
        color: #5C5C5C !important;
    }

    Regards,
    Dake

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