RECENTLY VIEWED PRODUCTS , Title text limit
-
Dear Support,
How to limit title text of product in recent view widget footer, its not showing proper please suggest, screen shot attached.
Attachments:
You must be
logged in to view attached files.
Hello,
There is no option to limit the title. How would you like it to be? Perhaps I can correct a bit with the custom CSS.
Best Regards
Yes please help me with custom css ?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body #woocommerce_recently_viewed_products-3 ul li{
max-width:250px;
}
Best Regards