New Landing How can we help? Themeforest Theme Support Clique Change/remove Team page transparency

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Clique
  • #28913
    ricktd
    Member
    Post count: 26

    Hello!

    With the team page template you can hover over a person and the other will be transparant. This also gives the suggestion that the viewer can click on the collum. (a hand cursor will appear)

    It is possible to remove the hand cursor to appear or to remove the whole transparency feature at all?

    Greetings,
    Rick

    #29182
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi Rick,

    Go to style.css, in line #1821 – #1831

    .team-members:hover > li {
    	filter:alpha(opacity=20)!important;
    	-moz-opacity: 0.2!important;
    	opacity: 0.2!important;
    }
    .team-members li:hover {
    	cursor: pointer;
    	filter:alpha(opacity=100)!important;
    	-moz-opacity: 1!important;
    	opacity: 1!important;
    }

    you can remove or comment this line, it will get rid of it.

    Let me know, what you got.

    Thanks,
    laranz.

    #29184
    ricktd
    Member
    Post count: 26

    That worked perfect!
    Thanks!

    #29387
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Glad it works 🙂

    Let me know, if you have any other questions.

    Thanks,
    laranz.

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