Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sunny Johal

    (@sunny_johal)

    Hi Cielbleu,
    Just paste this into your themes functions.php file:

    function custom_egf_min_line_height() {
        // Return the new minimum line height value
        return 0.4;
    }
    add_filter( 'tt_font_line_height_min_range', 'custom_egf_min_line_height' );

    By hooking into the filter the slider bars will automatically pick up the new value and you can use it to control the font.

    Sunny

    Thread Starter cielbleu

    (@cielbleu)

    Thanks! it works perfectly!

    Plugin Author Sunny Johal

    (@sunny_johal)

    Great, glad you’ve got it working. Also, I was wondering if you would rate the plugin when you get a moment. Thanks

    Sunny

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘line height custom input’ is closed to new replies.