Hello,
Even if I’ve translated the table titles in the Wishlist page via .po file, they’re still showing in english.
The words “Product Name” “Unit Price” “Stock Status” and “in stock” are still there…
Also, I wanted to make the font in the products overlay thumbnail to be smaller (due to being a longer word in spanish), so far I’ve found a post where you suggested to add this code:
.footer-product span.show-quickly, .footer-product a.add_to_wishlist {
font-family: arial;
font-size: 10px;
}
It works for the “add to wishlist” and “quick view” but not for “browse wishlist” since the changes won’t apply, would you please tell me the code for that one?
Thank you in advance