Removing border from Word document table in WordPress Manifest theme blog
-
On my resume page, I copied and pasted a table from Microsoft Word. In Word, I made the borders invisible, but in WordPress Manifest theme, the horizontal lines show up. How can I make them disappear?
-
Hi there!
You can add this code to your CSS Stylesheet Editor by going to Appearance -> Custom Design -> CSS tab:
.entry-content tr td {
border: none;
}That should take care of that border! Let me know if you have any questions.
-
- The topic ‘Removing border from Word document table in WordPress Manifest theme blog’ is closed to new replies.