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

    Hi, trying to remove the yellow background color on the two rows of the table on the attached page, we tried a few things from the forum but they didnt work. We would like all of the table background to be the green color of the second row. Thanks.

    #688479

    Hey mrlreynolds,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

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

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

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