Disable fade in animation in client list

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Disable fade in animation in client list

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24054
    mobentis
    Member

    Hello, I need to disable the fade in animation of the client list images, any idea, thanks in advance

    #24074
    Raghavendra
    Moderator

    There is an option in the General tab of theme options to disable all animations. Or you can disable the client images option using the following Custom CSS –

    
    #client-list img {
        opacity: 1 !important;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.