Hide Table's Border
-
Hello, using the Canape Theme
For this page: http://yesinspire.com/living/
Can i have CSS code to hide the table’s border? Or instead of hiding, just change it to white to blend with background. For every (td) row too.
Thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
Hi there, give the following a try. Borders were set in three table related elements. This takes care of all of them.
table, th, td { border: none; } -
-
- The topic ‘Hide Table's Border’ is closed to new replies.