Color of table border, cell border

Joomla template for easily build sports magazine website with advanced content display features and clean, unique design.
GK User
Fri Jul 20, 2012 10:32 am
When I use the editor and make a new table (table border="0") without any border - BUT there still is a border with a dark color shown in the frontend article.

I would like to remove the border in tables / borders around the cells
- where can I find it?
User avatar
Junior Boarder

Konrad M
Fri Jul 20, 2012 10:35 am
Hi,
please can you give me url to page with this table ?
User avatar

GK User
Fri Jul 20, 2012 1:06 pm
Here is the URL to an article with a table on top, after headline:

http://g2wz5.w4yserver.at/index.php/sektionen/tennis
User avatar
Junior Boarder

Konrad M
Sat Jul 21, 2012 6:24 pm
Please try add to override.css
Code: Select all
table td, .cat-list-row0 td, .cat-list-row1 td {
border-bottom: none;
border-left: none;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Fri Jul 27, 2012 1:32 pm
Konrad M wrote:Please try add to override.css
Code: Select all
table td, .cat-list-row0 td, .cat-list-row1 td {
border-bottom: none;
border-left: none;
}

and remember to enable override.css option in template settings.


Perfect, Thank You! :!:
User avatar
Junior Boarder


cron