Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #302434

    Hello,

    I found the text color is different automatically as row in a table.
    I just want to make the same color text.
    So I added following code to Quick CSS in Enfold theme options under General Styling tab,
    but it doesn’t working.

    .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) { color: #4d4d4d !important; }

    Please help me!

    #302800

    Hey mjsnim!

    Please use following code in Quick CSS field in Enfold theme options under General Styling tab instead

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

    Best regards,
    Yigit

    #302828

    Hi,

    Thanks for replying.
    But it doesn’t working also. :(

    #303176

    Hi!

    Seems like it is working fine now – http://i.imgur.com/g9hKIgv.png
    Please flush browser cache and refresh your page a few times

    Cheers!
    Yigit

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