How can I completely remove table borders in Craft theme?

How can I completely remove table borders in Craft theme?

autotech44
Excursionist
19 1 2

I want a table with no borders. I've tried many suggestions including:

 

table {

border: none;

}

and

table {

border-collapse: collapse;

}

Both hide the table borders including between columns. But there always remains and a second outer border that I can't get rid of.

 

Anyone else have this problem? I'm using Craft theme. The problem occurs adding tables in both products and blog posts. 

Replies 3 (3)
autotech44
Excursionist
19 1 2

What was the problem?

autotech44
Excursionist
19 1 2

No thank you 

autotech44
Excursionist
19 1 2

Sorry. I believe someone was posting who shouldn't have been here. 

 

I was wondering if not using the CSS in the appropriate file is my problem. I've been using the Custom CSS on the blog post page.