Hi,
thanks for your post, and sorry for the trouble.
I’m not sure that I understand. Putting a Shortcode into an additional CSS class doesn’t make sense.
What are your trying to achieve here?
Regards,
Tobias
Thread Starter
dan002
(@dan002)
Hello,
It’s ok, the class is recognized.
I forgot to delete a modification of the code that I had inserted directly on the home page:
.tablepress tbody tr: first-child td {
border-top: 1px solid #ddd;
background: #fffdfd;
}
I thought I could add the modified CSS code directly into the table. Is it possible to do this?
.tablepress-id-16 .row-1 td {
background-color: #ee3923;
color: #000000;
text-align: center;
}
https://prnt.sc/tjffwj
Regards,
dan002
Hi,
that field is for extra CSS classes, which you are not using in your CSS, as far as I can see.
You should put this CSS code in to the “Custom CSS” text field on the “Plugin Options” screen.
Regards,
Tobias
Thread Starter
dan002
(@dan002)
Hello,
Okay !
If I want to put this modified code in the extra CSS classes and not in the CSS options. What code applies in the extra CSS classes?
Regards,
dan002
Hi,
you can not put it into the “Extra CSS classes”. That field is used for other purposes, see for example https://wordpress.org/support/topic/interval-of-tables/
Regards,
Tobias
Thread Starter
dan002
(@dan002)
Hello,
Thank you for the explanations
Regards,
dan002