Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @andreslav,

    I appreciate your suggestion! While we’re unable to implement it right now, I’m eager to share your idea with our developers for future consideration. We highly value your feedback as it helps us enhance our products and services, ensuring your satisfaction. Rest assured, I’ll convey your thoughts to our team, and if feasible, we’ll work on integrating it into upcoming updates.

    If you have any further questions or ideas, feel free to reach out. We’re here to assist you!

    Kind regards,
    Avinash

    Thread Starter Andreslav

    (@andreslav)

    Hello @avi1020p,

    Thank you!

    Hello @andreslav,

    I’ve talked about this with the development team and some users are in favor of the feature while others are not, so it might take some time to decide whether to provide it or not. In the meantime, here’s a filter that can help you achieve the desired output. However, please note that by adding this filter the ’em’ and ‘px’ options will be visible but the options will not work.

    add_filter( 'astra_font_line_height_unit', 'my_custom_font_extras_unit' );
    
    function my_custom_font_extras_unit( $unit ) {
        $modified_unit = '';
        return $modified_unit;
    }

    If you have any further questions or need assistance, feel free to ask.

    Kind regards,
    Avinash

    Thread Starter Andreslav

    (@andreslav)

    Hello @avi1020p,

    I understand the situation. Thanks, I’ll give it a try.

    • This reply was modified 7 months, 2 weeks ago by Andreslav.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Line height problem’ is closed to new replies.