Hi,
I would like to remove the alternate row styling within tables – just black text and also remove the cell borders.
Thanks
Brian
Hey brianwelsh!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) { color: inherit; }
tr:first-child th, tr:first-child td,tr th:first-child, tr td:first-child,td { border: none !important; }
Regards,
Yigit
Hi Yigit,
Thank you for your help.
Almost there! The text is still different colours although the borders have gone.
http://www.agcce2015.co.uk/privacy-policy/
Thanks again,
Brian
Ignore that last comment – pasted from the email again! I must stop doing that!!!
thanks again you are a star!!!