clixbits
Member
Posted 3 months ago #
Hi Tobias,
I seem to be having the same problem a a few others.
I can't for the life of me remove the borders from one of my tables.
the table is here, http://www.moneyman.com.au/wp/?page_id=108
I'm using the following css:
.wp-table-reloaded-id-4 tr, .wp-table-reloaded-id-4 th, .wp-table-reloaded-id-4 td {
border: none!important;
border-collapse: collapse!important;
border-spacing: 0px!important;
font-size: 13pt;
text-align: left;
}
.wp-table-reloaded-id-4 .column-1 {
width: 260px!important;
}
I'm embedding the table using the following: [table id=4 cellspacing=0 /]
what am I doing wrong?
thanks for any help.
http://wordpress.org/extend/plugins/wp-table-reloaded/
Hi,
thanks for your question.
What you are seeing here is actually not a border, but the background color of the table (which you can imagine as a layer below the actual table cells). To remove it, please add the following to your "Custom CSS":
.wp-table-reloaded-id-4,
.wp-table-reloaded-id-4 td {
background-color: transparent !important;
}
Setting it to transparent also has the advantage that you can now see those lines from the background of the page. If you don't want that, just use #ffffff instead of transparent.
Best wishes,
Tobias
clixbits
Member
Posted 3 months ago #
cheers worked like a charm.
Hi,
great, thanks for the confirmation!
Best wishes,
Tobias
bjornesjo
Member
Posted 2 weeks ago #
Hello i have the same problem with the "borders" but i cant get it work..
Can you help me? I tried to put in the css in the "Custom CSS" but it wont work..
I use the "view" in chrome and ID are:
wp-table-reloaded-id-a-no-1
and class are
wp-table-reloaded wp-table-reloaded-id-1 hejhej,
what should I write to change so that the frames disappear ?
Thanks!
Hi,
have you tried the CSS that is suggested in the FAQ at http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/faq/ ?
If that does not work, please post the URL to the page with your table.
Regards,
Tobias