My website is Gagawatch.net
on the left side i put a text widget and made a tables with dates. but i cant seem to be able to remove the borders!!
. >'(
My website is Gagawatch.net
on the left side i put a text widget and made a tables with dates. but i cant seem to be able to remove the borders!!
. >'(
I suggest: remove the code table border="1" and add the following to your css should do it:
.aside tbody, .aside th, .aside tr, .aside td {border:none; }
:s Doesn't work.
Are you using a child theme with its own stylesheet? If so I am sure the above code will override the code in the default.css of thematic. Either make a childtheme with its own stylesheet (recommended), or find the code in default.css (around lines 745 or thereabouts) and change it - i.e. don't just add the above code to the default stylesheet.
Hope that resolves it.
Hi sowingseeds,
Your method worked great - thanks for that.
This topic has been closed to new replies.