• How can I delete the animation on the “About” section. All the other animations are great, I’d just like to get rid of that one.

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

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello leeniemandt,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer(i.e customize -> addition css)

    .frontpage-about-row{
    visibility: visible !important;
    }
    or another solution which worked is to modify frontpage-about.php at line 44
    – <div class=”row frontpage-about-row” data-sr=”enter left and move 50px after 1s”>
    replace with this
    + <div class=”row frontpage-about-row”>

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Deleting Text animations’ is closed to new replies.