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

    Is it possible to stop the background colors of table rows from alternating white and grey?

    #252419

    Hey Artinet!

    Thank you for using the theme!

    You can change the alternate table color with this on Quick CSS or custom.css:

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

    Best regards,
    Ismael

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