• Is there any way to delete the “animated typing” default?I don’t want to use this feature – but I love the rest of the layout!

    Best wishes,
    Amanda

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Amanda,

    You can try to use the following CSS code in order to hide (not remove) that header text.

    You can add CSS code in Dashboard → Appearance → Customize → Additional CSS.

    .ignis-hero-area .header-text {
        display: none;
    }

    Kind Regards, Roman.

    Thread Starter amandaandresen1

    (@amandaandresen1)

    Thank you so much! It hid the header text!

    Is there any way to only hide the animated text and not the whole header text?
    If not, this is more than good – thanks again ??

    Hello Amanda,

    You can try to use this CSS code instead of previous:

    .ignis-hero-area .header-text .typed-element,
    .ignis-hero-area .header-text .typed-cursor {
        display: none;
    }

    Kind Regards, Roman.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Any way to delete the “animated typing” default?’ is closed to new replies.