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!
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
Hi,
Thanks for replying.
But it doesn’t working also. :(
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