Twenty Twelve theme – remove horizontal rule / grey lines in table
-
How to remove horizontal rule / grey line between rows in html table, and the heavier grey line at end of posts & pages.
Can’t locate these specific element/s in page CSS.
The blog I need help with is: (visible only to logged in users)
-
Hi there, the following will remove the lines between the rows in your table.
.entry-content td { border: none; }
- The topic ‘Twenty Twelve theme – remove horizontal rule / grey lines in table’ is closed to new replies.