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

    Hi, i created this pricing table: http://take.ms/7YYC5

    there is a different font color for alternating rows, i want it also be the same color as the first rows, which is black.

    thank you!

    #741120

    Hey rolfroyce,

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

    .pricing-table-wrap tr:nth-child(even) {
      color:black !important;
    }

    Best regards,
    Rikard

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