Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #203921

    How do I make it so that the text color for ALL rows of the a table remains the same as the standard body text color? I still want the fill of every other row to alternate. I just don’t want the text color to change.

    #203933

    Hi,

    Can you post a link to your website please?

    Regards,
    Josue

    #203934
    This reply has been marked as private.
    #203936

    Hey!

    Try adding this code to the Quick CSS:

    table * {
        color: #858486;
    }

    Cheers!
    Josue

    #204103

    Thanks that works great!

    #204118

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Table rows – alternating text color’ is closed to new replies.