Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • orsomannaro Friend
    #201666

    Is it possible to remove the mouse-over effect that you can see in “Our Services” section of JA NUEVO demo site?

    Edit: I discovered that “ja-special-content” is the class that causes the text scrolling, but I don’t know how to stop this behavior.

    Thank.

    Adam M Moderator
    #551102

    Hi,

    Could you please provide your site url so I can take a look and show you how to update CSS to achieve your goal ? In addition, make sure to disable CSS Compression as well.

    orsomannaro Friend
    #551191

    <em>@Adam M 447786 wrote:</em><blockquote>Could you please provide your site url so I can take a look and show you how to update CSS to achieve your goal ?</blockquote>

    I have not installed the template. I would like to be sure that I can disable this effect before using it.

    But if you want I can install the JA NUEVO quickstart and provide you the link.

    Adam M Moderator
    #551326

    Hi @orsomannaro,

    In this case, I’m pretty sure that you can disable this effect, add this code to root_folder/templates/ja_nuevo/css/custom.css (if you don’t have this file, just create a new one) and you’re ready to go :

    .ja-special-content {
    height: auto;
    }
    .ja-special-content .btn {
    display: block;
    }
    .ja-special-content:hover .circle-icon {
    transform: none;
    }
    .ja-special-content:hover h4 {
    margin-top: 0;
    }

    Save your file and recheck.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Adam M 10 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum