• Resolved realityglue

    (@realityglue)


    I’ve been trying to figure out how to get rid of the animation around the content pages. I’m not very experienced with PHP or JS, so I’m finding it difficult to find this.

    I’m trying to get rid of the animation effect around the #page-69 id (although I’d prefer it applied to all pages), but I’m not sure where that would be. I’m assuming it’s in the JS, but I know even less about JS than I do about PHP. Any help would be greatly appreciated.

    • This topic was modified 8 years, 5 months ago by realityglue.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    did you mean the hover effect?

    if yes, remove this lines on style.css

    .entry:hover {
        -webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 1px 15px rgba(0,0,0,0.5);
        box-shadow: 0 1px 15px rgba(0,0,0,0.5); */
    }
    
    Thread Starter realityglue

    (@realityglue)

    Thanks for your help Tony but deleting that code doesn’t seem to have any effect. The animation is the one where .main-column .two-column appears to lift up from the page and produces a shadow. I’ve tried mucking about in the CSS but nothing seems to get rid of it. Any thoughts?

    Thread Starter realityglue

    (@realityglue)

    Well, it took some doing, but what it took was adding the CSS to disable the animation into the Additional CSS in the Customization area. For some reason, simply deleting the CSS didn’t work on its own. Thanks for getting me on the right path Tony!

    • This reply was modified 8 years, 5 months ago by realityglue.

    thanks its help!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Getting Rid Of Animation’ is closed to new replies.