Topic: Table borders

Hi, I'm trying to set border size of a table to 0 but it doesn't work. Same problem in a contact or basic page. It's saved but It always shows same thick and color. I'm not an expert but i tried to edit the code changing color and thick but it doesn't work. Can you tell a solution please?. Thanks

Re: Table borders

Try adding the following code to your 'showkase/_themes/theme_name/css/custom.css' file:

section.content table, section.content table td {
    border: none;
}