Hello
I am using this code to remove borders from all tables in my site,
table {
border-collapse: collapse;
}
table, th, td {
border: 0px solid black;
}
but I am still seeing the left and top lines in tables, as in this page, can I get help please? Thanks!
http://lumilent.com/wordpress/productos/lentes-hidrofilicos/
Hey manuelmoran,
Add the following to quick css:
.main_color table tr td{
border:none!important;
}
Let me know if this works.
Best regards,
Jordan Shannon
That worked perfectly, thank you kindly, Jordan
Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon
Hi,
Best regards,
Jordan Shannon