Custom CSS
-
Hi Tobias,
I must commend you on yuor great plugin.
I am having a slight problem re when I change the custom css code in plugin options and specify the table id relating to a specific table,it effects changes to all tables so whatever individual changes i make to 1 table gets carried through to the others,effectively making all the other individual changes and personalisations cancelled out. This is related to the vertical borders I have been inserting.
Please advise?
Thanks,
Darryn
-
Can you provide a link to the table that your having CSS problems with? Your custom CSS may not be specific enough to only update the portions that you you want and a link to an example may point that out.
hi jan,thnaks for your prompt response. I am being stupid once again. I was expecting to see different coding personalised on a separate sheet when i open a sepaprte table. so i worked this problem out,but if you could assist me re : i have added a border to the top header row but dont want a vertical border in this row ,only in the rest of the table. Is there anyway I take take out the vertical line border without losing the entire border? this is my code:
.tablepress-id-13 .row-1 th {
border: 1px solid #000000;
}.tablepress-id-13 .row-2 td {
border: 1px solid #000000;
}.tablepress-id-13 .row-3 td {
border: 1px solid #000000;
}.tablepress-id-13 .row-4 td {
border: 1px solid #000000;
}.tablepress-id-13 .row-5 td {
border: 1px solid #000000;
}.tablepress-id-13 .row-6 td {
border: 1px solid #000000;
}.tablepress-id-13 .row-7 td {
border: 1px solid #000000;
}.tablepress-id-13 .row-8 td {
border: 1px solid #000000;
}.tablepress-id-13 .row-8 td {
border: 1px solid #000000;
}Thanks for sharing that but as that’s a unpublished post then no one except you can view that. 😉
Everyone else sees “You do not have permission to preview drafts.” when visiting that link.
sorry jan,i am being so stupid – try this link: http://www.bricmor.co.za/auctions/property/beautiful-country-home-restaurant-in-riebeek-west/
hi jan,i managed to sort it. thanks for the effort. a great plugin!!!
Hi,
very cool that you could already solve this! And thanks to Jan for helping with this! I really appreciate it!
Note that you can really shorten the CSS code for a quicker loading time. Using
.tablepress-id-123 thead th, .tablepress-id-123 tbody td { border: 1px solid #000000; }is enough for adding a border around all cells of a table (123 in this example).
Best wishes,
TobiasP.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!
The topic ‘Custom CSS’ is closed to new replies.