Home › Forums › Jevelin Theme › table
Home › Forums › Jevelin Theme › table
Hi
Just wondering if you can help. I recently added a new column to my table and am finding that the header in that last column is now coming up in black text rather than the white like the rest of the columns.
I have this CSS applied, do you know why it may not be working? Table ID 6 and ID 1 are the ones with the issue?
.tablepress .row-hover tr:hover td {
background-color: #ffffff;
}
.tablepress-id-1 tbody td {
font-family: arial;
font-size: 14px;
color: #000000;
text-align: center;
}
.tablepress-id-5 tbody td {
font-family: arial;
font-size: 14px;
color: #000000;
text-align: center;
}
.tablepress-id-3 tbody td {
font-family: arial;
font-size: 14px;
color: #000000;
text-align: center;
}
.tablepress-id-6 tbody td {
font-family: arial;
font-size: 14px;
color: #000000;
text-align: center;
}
.tablepress thead th,
.tablepress tfoot th {
background-color: #000000;
color: #ffffff;
text-align: center;
}
Solution for this topic
Hi @lorena.redzepovski,
I hope you are well today and thank you for your question.
You can resolve the issue by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .tablepress thead th {
color: #FFF !important;
}
Best regards,
Shufflehound team
Thanks!
You are most welcome here 🙂
If you need services beyond standard support, we've got your back!
If you'd prefer not to handle the installation yourself or need help getting started, we'll set everything up for you.
We'll help you rearrange sections, adjust spacing, and modify the page structure to fit your needs.
More complex styling changes, theme option modifications, and third-party integrations.
If you need something that's not included in the theme, we can code it for you.
Web design services to create custom sections, pages, and blocks for your theme, plus graphics and visualizations.
Full website builds, custom theme development, or plugin creation from scratch.
We'll provide a clear quote based on what you need. No hidden fees.