Product title line height
-
Hi,
How to manage the line height of the product title, need to reduce the gap between title lines.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-grid-item .product-title {
line-height: 1;
}
Alternatively, you can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. You can use this custom selector: body .product-grid-item .product-title
Please navigate to the Theme Settings > Typography > Advanced Typography.
https://xtemos.com/docs/basel/advanced-typography-settings-2/
Best Regards