How Can I Remove Table Borders?

I want to remove the table borders of my product options images, anyone happen to know the solution?



[attachment=8202:Untitled-1.jpg]

Untitled-1.jpg

Hello,



In order to remove unnecessary table borders just open the following file design/themes/{your currently theme}/css/styles.css and add this code to the end of this file:



#tabs_content .wysiwyg-content td.product-spacer {
border: none;
}




If you want to remove all table borders on tabs on a product page ( even that round the product ) just add on the same file:



#tabs_content .wysiwyg-content td, .wysiwyg-content th {
border:none;
}






Then clear cache.



Sincerely yours,

CS-Market.

It works, thank you, CS-Market!

[quote name='cottonland' timestamp='1404985097' post='187312']

It works, thank you, CS-Market!

[/quote]



Glad to help. We are always at your service!



Sincerely yours,

CS-Market.