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

    Hello! I’m using the TABLE content element as tabulated data with a default table design. I have 4 columns and 4 rows. I have text in each of the cells. The font color in rows 2 and 4 are slightly lighter in color than the font color in rows 1 and 3.

    How do I set the font color so it’s the same (no slight color variation) for all rows/cells?

    Thanks!

    Jeff

    #742836

    Hey JeffBianchi,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #742837

    Hello Vinay!

    The website is http://www.fbtherapy.com.

    The table is in the Services Provided section.

    Thanks!

    Jeff

    #742944

    Hi Jeff,

    Please try the following in Quick CSS under Enfold->General Styling:

    tr:nth-child(even) {
      color:#383838 !important;
    }

    Best regards,
    Rikard

    #743032

    Excellent! Worked great. Much appreciated.

    #743160

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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