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

    Hi

    I’ve added a table into my website by just copy and pasting it into a text block which is alternating colours is there a way to make all the cells 1 colour?

    Thanks

    Phoenix

    #1395523

    Hi phoenix_hyuk,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    .main_color tr:nth-child(even) {
        background: white;
    }

    Best regards,
    Nikko

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