Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #406769

    Hi,

    I would like to remove the alternate row styling within tables – just black text and also remove the cell borders.

    Thanks
    Brian

    #407018

    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

    #407042

    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

    #407050

    Ignore that last comment – pasted from the email again! I must stop doing that!!!

    thanks again you are a star!!!

    #407051

    Hey!

    Can you please flush browser cache and refresh your page a few times. Colors are the same on my end :)
    Glad we could help! Have a nice weekend :)

    Cheers!
    Yigit

    • This reply was modified 9 years, 8 months ago by Yigit.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to remove alternate row stying in tables?’ is closed to new replies.