[ad_1]
Hi,
I want to try to help with this problem.
If yo add important to the rule it should work?
color: #000374 !important;
I hope I could solve your problem?
Have a nice day and Merry Christmas
Thanks createline, the problem is solved !
Merry Christmas too !
Hi,
thanks for your post, and sorry for the trouble.
Indeed, adding the !important should fix this. A solution that would be a bit more flexible in the future (e.g. if you want to change colors for single tables) would be to instead add .tablepress to the class selector, like
.tablepress tbody td {
font-family: Comfortaa;
font-size: 18px;
font-weight: bold;
color: #000374;
text-align: center;
vertical-align: middle;
}Regards,
Tobias
