• I like this set up but I want to completely remove all animation from my site. I’ve already managed with in breadcrumbs but am now struggling with the services section on the default homepage. Thank you!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Nayra Themes

    (@nayrathemes)

    Hello @kalawton

    Please navigate to your theme Customizer -> Additional css -> paste the following code there

    .service-box:focus-within:after, .service-box:hover:after {
        opacity: 0;
    }
    
    .service-box:focus-within, .service-box:hover {
        color: #1d1a1a;
    }

    Thanks
    Nayra

    Thread Starter kalawton

    (@kalawton)

    Sorry that didn’t work.

    Theme Author Nayra Themes

    (@nayrathemes)

    Please share here screenshot which Animation you want to remove ?

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