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

    Maybe it’s the zebra table thing.

    I tried to add the following code to Quick CSS. It didn’t work.
    .main_color .pricing-table>li:nth-child(even) { color: #666666!important;
    background-color: #f8f8f8; }

    Here is my webpage http://www.torontowindowscreens.com/premium-retractable-screen-doors/
    Color chart is the part I used table.

    Please help.

    Thanks

    #415858

    Hi peiiep!

    Thank you for using Enfold.

    Add this to the Quick CSS field to remove the alternate row color:

    .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
      background: #ffffff;
    }

    Best regards,
    Ismael

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