Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Clique
  • #86019
    greengrassbrian
    Member
    Post count: 28

    Is there a way to remove the rollover effect when you add clients to the clique theme.

    I would prefer not to add links, yet there’s still a rollover as if a link exists.

    Thanks!
    Brian

    http://www.brazenanimation.com/clients/

    #86061
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Brian,

    Sure, just add the following custom css to the panel within theme options:

    .client-items:hover > li {
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
    }

    Hope that helps.

    – Ed

    #87652
    greengrassbrian
    Member
    Post count: 28

    Great — possible to keep the cursor from turning into a finger? (still looks like something I should click on).

    #87697
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:

    .client-item figure img {
        cursor: default !important;
    }

    Thanks
    With Best Regards
    Swift Ideas

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register