Hi,
thanks for your post, and sorry for the trouble.
For changing the font, if you want to change this for all tables, this should be sufficient:
.tablepress-table-name {
font-size: 1.3em;
font-family: "Open Sans", sans-serif;
font-weight: normal;
}However, the table on the page from your link does not show the name right now, so I could not verify this.
Regards,
Tobias
I will turn it on now.
This is the table name: but it is to big.Actuele verzendkosten Pvc/Bauder dakrollen en isolatie.
Hi,
thanks! So if you now change the “Custom CSS” to what I posted above, and reduce the font size value to e.g. 1em, the table name will be smaller.
Best wishes,
Tobias
hi, still not working, I got the id on 109 to
.tablepress-table-name tablepress-table-name-id-109 {
font-size: 1em;
font-family: “Open Sans”, sans-serif;
font-weight: normal;
}
Sorry but I need to turn it off again coz it looks not great and im going home. I hope you can fix it in the mean time. thanks and i,ll read your messages at home.
Hi,
please try with the CSS that I posted above. You will see that that’s using a different CSS selector than what you are trying. That CSS will change this for all table names on the site.
If you really only want this for one table, use
.tablepress-table-name-id-109 {as the first line in the CSS code.
Regards,
Tobias
Hi,
it works fine now, thanks for the quick support.
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!
