Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • foolevil Friend
    #963768

    When I got to page
    http://11.testialue.net/AB/index.php/biography
    and move mouse over article, I have animation. It’s totally unnecessary, and I want to use
    plugin for lightbox in articles, and they both cant exist.
    How to get rid of this animation?

    Saguaros Moderator
    #964171

    @foolevil

    The animation is declared via this file: ROOT/templates/ja_resume/less/joomla.less

    You look for this:

    //
    // Isotope Layout
    // --------------------------------------------------------
    .blog {
      .ja-masonry-wrap {
        .item {
          article {
            border: 1px solid @t3-border-color;
            padding: @t3-global-padding / 1.5;
            .box-shadow(0 0 0 rgba(0, 0, 0, 0.1));
            .transition(box-shadow 0.2s ease 0s);
          }
    
          &:hover {
            //article {
              //border: 1px solid darken(@t3-border-color, 5%);
              //.box-shadow(0 0 4px 1px rgba(0, 0, 0, 0.2));
            //}

    and comment as above

    P/s: you will need to backup of all css files first then compile less to css to take effect.

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

This topic contains 1 reply, has 2 voices, and was last updated by  Saguaros 8 years, 2 months ago.

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