Okay
  Public Ticket #2197829
Karo theme modification
Closed

Comments

  • Attila Lazar started the conversation

    Hi! I would like to change the product title length. Can you guide me in which file i can edit the title length? Thank you!

  •  233
    Martin replied

    Hi,

    Thank you for contacting us!

    Your support request was received. We'll get back to you within 8 business hours (Monday - Friday 8 a.m to 5 p.m GMT+7).

    While you're waiting, you're very welcome to take a look at our help section to see if the answer to your question can be found there: https://themeftc.ticksy.com/public-tickets/

    Best regards,

    ThemeFTC Support

    Best Regards,

    Martin - ThemeFTC Support Team

  •  2,574
    Kevin replied

    Hi Attila Lazar  !

    Add this CSS property at Appearance-> Customize-> Additonal CSS to display the full product name


    .woocommerce .products .product-name {
        height: auto;
    }

    thank you