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

    Hi guys

    is there a possibility to have one kind of font and colour in all the rows in enfold. as currently first row will show the font bright and in the next row it will show a bit lighter.

    is it possible to change that so every row remains the same.

    shax

    #234917

    Hi shaxuk!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) {
    color: inherit;
    }

    Cheers!
    Yigit

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