Archived topic
Don't show table border on website
4 replies · Started by Scrj256 on June 14, 2016
Hi @all
I'm not able to hide the borders of my tables at my website. I don't know which update it was, but this was happening after an update. Before I never saw borders.
Problem: http://tinyurl.com/jv7qg8o
When I google that problem I can find many HTML codes (<border:0>) but they don't work for my problem. In the style.css sheet I don't know which "border code" I have to modify. There are 12 entries or more which begin with "border".
Can anybody help me?
Thanks
Hi
Its best not to touch that file which you posted above. Instead follow the advice below :
DO NOT ADD YOUR CSS TO THIS FILE - IT WILL BE LOST
To add your own CSS, use a child theme or install this plugin: https://wordpress.org/plugins/simple-css/
Please install that plugin,then at the bottom of your page with tha table you can add the following where it says "Simple css"
table {
border:none;
}
Jamal you are my man!!
With that CSS plugin an this code:
table, tr, td {
border: none;
}
I was able to remove all borders.
Thanks for help.
Hallo Sandro,
ich habe gesehen, dass das eine deutschsprachige Seite ist.
Sie können es so machen, wie Jamal es gesagt hat oder grundsätzlich ein child theme Plugin!) nehmen, denn sonst sind die Änderungen nach dem nächsten Update weg.
Hier das Tutorial: https://youtu.be/HrkyieFkk4g
Dann das o.g. css einsetzen. Dann sind alle Tabellenlinien weg.
VG, Imke
Danke für den Link
