Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author webtechstreet

    (@webtechstreet)

    Do you have any reference where i can check the issue?

    Thread Starter avik0381

    (@avik0381)

    https://functionsjunction.in/welcome/

    Kindly check the orange font text in typing animation.

    Plugin Author webtechstreet

    (@webtechstreet)

    you theme’s css is forcing static line height which is causing the issue.

    Try to add following css

    .eae-at-animation.type i{
     line-height:1.2;
    }
    
    .eae-at-pre-text{
      line-height:1.2;
    }
    Thread Starter avik0381

    (@avik0381)

    Didn’t help. Do I need to paste this in Appearance>customize>custom css> of the theme settings ?
    And does Changing theme would help ? If yes, which themes are compatible.

    Plugin Author webtechstreet

    (@webtechstreet)

    Yes you can put it there or if you have child theme then put it in style.css of child theme.

    Regarding changing theme, i would recommend you to go for GeneratePress or OceanWp. These two are the most popular theme amongst Elementor Community.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Animated text not displaying fully.’ is closed to new replies.