• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Resolved Hover effect on image

There isn't a Style Property or Option to turn that on and off, you'd have to either override it via adding to Extra.less OR editing the AMS less templates directly (which is probably better to do vs Extra.less in this case.

I'll reply back in a few with how to do it :)
 
OK, by far the easiest way to do it is to edit 3 AMS Less template and comment out the transform effect (using // as shown in the 3 images below).

This one effects Grid View layout type

Selection_177.png


This one effects Tile View layout type

Selection_178.png


This one effects Grid Block layout type

Selection_180.png
 
Back
Top