Forums
Home / Theme: Yoko / remove lines from table
(@bzreed)
11 years, 5 months ago
Hello,
I am trying to remove the lines from the table at, my friends website
Thank you.
(@paulwp)
Use this in your child theme stylesheet.
/* overwrite tablepress's CSS */ #content .tablepress tbody td, #content .tablepress tfoot th { border: 0; }
Hi paulwpxp,
thank you. That did it!
marking it resolved.