Hi,
thanks for your question, and sorry for the trouble.
From what I can see, these words are added by the WooCommerce plugin. It seems that they add CSS code like
td:nth-of-type(1):before{content:"Preview"}
td:nth-of-type(2):before{content:"Product"}
td:nth-of-type(3):before{content:"Price"}
td:nth-of-type(4):before{content:"Quantity"}
td:nth-of-type(5):before{content:"Total"}
td:nth-of-type(6):before{content:"Delete Item"}
to the page which adds these texts to all tables.
If you can’t find a way to turn that off in WooCommerce, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress td:before {
content: "";
}
This should again override this for TablePress tables.
Regards,
Tobias
Excellent support, and incredibly quick response.
The site doesn’t have WooCommerce but does have the WooCommerce stub files for theme integration.
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!