hi there,
i styled the shop page to my design but have a problem with one product. i added follwoign code, so the product title can now have 2 lines. for some products this is still not enough, can the visible part/height before hover be changed?
.woocommerce li.product .entry-header h3 {
text-overflow: inherit;
white-space: pre-line;
}
but now when you hover on the product fresh & easy there is a back line on the bottom.
is there a way to fix this?
my second question:
is it possible to add my filter (i made it with product filter) on the single product page? so the user can jump back to category or all wines?
or if not is it possible to add a simple navigation in top of the shop and single product page?
and now my last question:
is it possible on the single product page to change the icon (left top) to go back to the shop? i would have a text there.
thanks in advance for your help
