Home Forums Basel support forum Product title line height

Product title line height

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #292095

    classicwatchstore
    Participant

    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.
    #292216

    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

Viewing 2 posts - 1 through 2 (of 2 total)