Change language of table text
-
Hello,
we have installed and configured the plugin.
Now we see that there is no possibility to change the table headlines.
Actually we have not found better solution than creating a css snipet. But after using it the style of the table changed (got higher).
Is there any possibilty to substitute the shown headlines?CSS-Snipet:
/* Span Tag Produkt / .wishlist_table .product-name span{ display: none; } .product-name:after { content: ‘Produkt’; } / Span Tag Preis / .wishlist_table thead .product-price span{ display: none; } .product-price:after { content: ‘Preis’; } / Span Tag */
.wishlist_table thead .product-stock-status span{
display: none;
}
.product-stock-status:after {
content: ‘Verfügbarkeit’;
}Many thanks for help!
JohannesThe page I need help with: [log in to see the link]
- The topic ‘Change language of table text’ is closed to new replies.