I managed to get the codes above to work; however I want to change the color of the Title name and its size and have it bold. I have tried the following:
.tablepress-table-name-id-1 {
text-align:center;
font-weight: bold;
font-size:30px;
color:#dc0852′
}
But the only thing that works is the text-align:center; Please help; I’ve tried many other codes to no avail.
I have even tried coping many codes from Tablepress’ FAQ such as:
.tablepress-id-N tbody td {
font-family: Tahoma;
font-size: 14px;
font-weight: bold;
color: #ff0000;
}
and changing it to the following, so it would design all tables on my site
.tablepress {
font-size: 12px;
font-weight: bold;
color: #dc0852;
}
but, it doesn’t work.
Hi,
thanks for your post, and sorry for the trouble.
The reason why this didn’t work was that your theme styles these headings differently. From what I can see, you already found that adding the !important flag helps here 🙂 Nice!
Best wishes,
Tobias